public Put_Import_Process_ResponseType Import_Student_Historical_Charges(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Historical_Charge_RequestType Import_Student_Historical_Charge_Request)
 {
     return(((Student_FinancePort)this).Import_Student_Historical_Charges(new Import_Student_Historical_ChargesInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Import_Student_Historical_Charge_Request = Import_Student_Historical_Charge_Request
     }).Put_Import_Process_Response);
 }
 public Task <Import_Student_ChargesOutput> Import_Student_Historical_ChargesAsync(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Historical_Charge_RequestType Import_Student_Historical_Charge_Request)
 {
     return(((Student_FinancePort)this).Import_Student_Historical_ChargesAsync(new Import_Student_Historical_ChargesInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Import_Student_Historical_Charge_Request = Import_Student_Historical_Charge_Request
     }));
 }
예제 #3
0
 public Import_Student_Historical_ChargesInput(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Historical_Charge_RequestType Import_Student_Historical_Charge_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Import_Student_Historical_Charge_Request = Import_Student_Historical_Charge_Request;
 }