public Task <Import_External_Student_TranscriptsOutput> Import_Student_ApplicationsAsync(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Applications_RequestType Import_Student_Applications_Request)
 {
     return(((AdmissionsPort)this).Import_Student_ApplicationsAsync(new Import_Student_ApplicationsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Import_Student_Applications_Request = Import_Student_Applications_Request
     }));
 }
Exemple #2
0
 public Import_Student_ApplicationsInput(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Applications_RequestType Import_Student_Applications_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Import_Student_Applications_Request = Import_Student_Applications_Request;
 }
 public Put_Import_Process_ResponseType Import_Student_Applications(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Applications_RequestType Import_Student_Applications_Request)
 {
     return(((AdmissionsPort)this).Import_Student_Applications(new Import_Student_ApplicationsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Import_Student_Applications_Request = Import_Student_Applications_Request
     }).Put_Import_Process_Response);
 }