Ejemplo n.º 1
0
 public DataReturnValue(object value, DataProcessState state)
 {
     this.Value  = value;
     this.Status = state;
     this.Error  = null;
 }
Ejemplo n.º 2
0
 public DataReturnValue(object value, DataProcessState state)
 {
     this.Value = value;
     this.Status = state;
     this.Error = null;
 }