예제 #1
0
 public ResultValue(IErrorResult error)
     : this(error.AsEnumerable())
 {
 }
예제 #2
0
 public ResultCollection(IErrorResult error)
     : this(error.AsEnumerable())
 {
 }