Example #1
0
 public Add_Dependent_ResponseType Add_Dependent(Workday_Common_HeaderType Workday_Common_Header, Add_Dependent_RequestType Add_Dependent_Request)
 {
     return(((Benefits_AdministrationPort)this).Add_Dependent(new Add_DependentInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Add_Dependent_Request = Add_Dependent_Request
     }).Add_Dependent_Response);
 }
Example #2
0
 public Task <Add_DependentOutput> Add_DependentAsync(Workday_Common_HeaderType Workday_Common_Header, Add_Dependent_RequestType Add_Dependent_Request)
 {
     return(((Benefits_AdministrationPort)this).Add_DependentAsync(new Add_DependentInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Add_Dependent_Request = Add_Dependent_Request
     }));
 }
 public Add_DependentInput(Workday_Common_HeaderType Workday_Common_Header, Add_Dependent_RequestType Add_Dependent_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Add_Dependent_Request = Add_Dependent_Request;
 }