Ejemplo n.º 1
0
 protected ResponseOut(ErrorOut error)
 {
     this.Error = NullableObject <ErrorOut> .FromResult(error);
 }
Ejemplo n.º 2
0
 protected ValidationResult(ErrorOut error)
 {
     this.Error = NullableObject <ErrorOut> .FromResult(error);
 }