Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="JsonResultData" /> class.
 /// </summary>
 public JsonResultData()
 {
     this.Success = true;
     Messages = new string[0];
     FieldErrors = new FieldError[0];
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="JsonResultData" /> class.
 /// </summary>
 public JsonResultData()
 {
     this.Success = true;
     Messages     = new string[0];
     FieldErrors  = new FieldError[0];
 }