Posts by Carlos Elias S. do Carmo • 19 points
1 post
-
1
votes0
answers208
viewsQ: Automapper error in relationship
I have the following classes: public class ListaGrupo : EntidadeBase { public ListaGrupo() { Items = new List<ListaGrupoItem>(); } public int Id { get; set; } public string Nome { get; set; }…