Esempio n. 1
0
 public ResultError(IErrorCommon errorConverting)
     : this(errorConverting.AsEnumerable())
 {
 }
Esempio n. 2
0
 public ResultValue(IErrorCommon error)
     : this(error.AsEnumerable())
 {
 }
Esempio n. 3
0
 public ResultCollection(IErrorCommon error)
     : this(Enumerable.Empty <T>(), error.AsEnumerable())
 {
 }