Posts by user115529 • 9 points
1 post
-
0
votes0
answers55
viewsQ: "Undefined object reference for an object instance."
When I instate a class this error occurs. Classe : AnttLogDTO using System; namespace NewsGPS.Contracts.DTO { public class AnttLogDTO { public string jsonEnviado { get; set; } public string…