Posts by Paulo Weber • 21 points
1 post
-
1
votes0
answers61
viewsQ: Entity Framework 6 return cast error
I have two entities that inherit from the same abstract class. public class Empresa : PessoaJuridica { private Empresa() { } public Empresa(string CNPJ, string RazaoSocial, Status Situacao, byte…