I'm having trouble creating my models.
Let's imagine that I have 4 different types of products (Here like A, B, C and D)
public class Produto
{
public int ProdutoId { get; set; }
public TipoProduto TipoProduto { get; set; } //enum t...
asked by
24.08.2017 / 21:16