public Put_Student_Application_Residency_ResponseType Put_Student_Application_Residency(Workday_Common_HeaderType Workday_Common_Header, Put_Student_Application_Residency_RequestType Put_Student_Application_Residency_Request)
 {
     return(((AdmissionsPort)this).Put_Student_Application_Residency(new Put_Student_Application_ResidencyInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Student_Application_Residency_Request = Put_Student_Application_Residency_Request
     }).Put_Student_Application_Residency_Response);
 }
 public Task <Put_Student_Application_ResidencyOutput> Put_Student_Application_ResidencyAsync(Workday_Common_HeaderType Workday_Common_Header, Put_Student_Application_Residency_RequestType Put_Student_Application_Residency_Request)
 {
     return(((AdmissionsPort)this).Put_Student_Application_ResidencyAsync(new Put_Student_Application_ResidencyInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Student_Application_Residency_Request = Put_Student_Application_Residency_Request
     }));
 }
 public Put_Student_Application_ResidencyInput(Workday_Common_HeaderType Workday_Common_Header, Put_Student_Application_Residency_RequestType Put_Student_Application_Residency_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Put_Student_Application_Residency_Request = Put_Student_Application_Residency_Request;
 }