Ejemplo n.º 1
0
 public JsonResultEntry()
 {
     this.Success = true;
     Messages     = new string[0];
     FieldErrors  = new FieldError[0];
 }
Ejemplo n.º 2
0
 public JsonResultEntry()
 {
     this.Success = true;
     Messages = new string[0];
     FieldErrors = new FieldError[0];
 }