Exemple #1
0
 public Result(ErrorList errorList)
 {
     _errorList = errorList ?? new ErrorList();
 }
Exemple #2
0
 public ValidationContract(ErrorList errors)
 {
     _errors = errors ?? new ErrorList();
 }