コード例 #1
0
 public GetByIDResponseBody(ABCosmetic_app.PaymentService.Payment GetByIDResult)
 {
     this.GetByIDResult = GetByIDResult;
 }
コード例 #2
0
 public AddNewResponseBody(ABCosmetic_app.PaymentService.Payment AddNewResult)
 {
     this.AddNewResult = AddNewResult;
 }