Posts by George • 13 points
1 post
-
1
votes1
answer788
viewsQ: Error change with Object reference message not set for an object instance
Guys I’m having the following problem. I created a class for DTO like this: public class PessoaFuncionario { public Pessoa Pessoa { get; set; } public string Nome { get; set; } public string CPF {…