Ejemplo n.º 1
0
 public Put_Dependent_ResponseType Put_Dependent(Workday_Common_HeaderType Workday_Common_Header, Put_Dependent_RequestType Put_Dependent_Request)
 {
     return(((Benefits_AdministrationPort)this).Put_Dependent(new Put_DependentInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Dependent_Request = Put_Dependent_Request
     }).Put_Dependent_Response);
 }
Ejemplo n.º 2
0
 public Task <Put_DependentOutput> Put_DependentAsync(Workday_Common_HeaderType Workday_Common_Header, Put_Dependent_RequestType Put_Dependent_Request)
 {
     return(((Benefits_AdministrationPort)this).Put_DependentAsync(new Put_DependentInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Dependent_Request = Put_Dependent_Request
     }));
 }
 public Put_DependentInput(Workday_Common_HeaderType Workday_Common_Header, Put_Dependent_RequestType Put_Dependent_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Put_Dependent_Request = Put_Dependent_Request;
 }