コード例 #1
0
 public JsonResultEntry()
 {
     this.Success = true;
     Messages     = new string[0];
     FieldErrors  = new FieldError[0];
 }
コード例 #2
0
ファイル: JsonResultEntry.cs プロジェクト: Epitomy/CMS
 public JsonResultEntry()
 {
     this.Success = true;
     Messages = new string[0];
     FieldErrors = new FieldError[0];
 }