예제 #1
0
 public ReceiptResponse(DataCenterTestClient.DDPServerTypes.Response Response)
 {
     this.Response = Response;
 }
예제 #2
0
 public SystemStatusResponse(DataCenterTestClient.DDPServerTypes.Response Response)
 {
     this.Response = Response;
 }
예제 #3
0
 public DDPRequestResponse(DataCenterTestClient.DDPServerTypes.Response Response)
 {
     this.Response = Response;
 }