示例#1
0
 public OperationResponseWrapper(OperationResponse orr)
 {
     _OperationResponse = orr;
 }
示例#2
0
 protected OperationResponseWrapper(Microsoft.OData.Client.OperationResponse or)
 {
     _OperationResponse = or;
 }