public Get_Worker_Costing_Allocations_ResponseType Get_Worker_Costing_Allocations(Workday_Common_HeaderType Workday_Common_Header, Get_Worker_Costing_Allocations_RequestType Get_Worker_Costing_Allocations_Request)
 {
     return(((Payroll_InterfacePort)this).Get_Worker_Costing_Allocations(new Get_Worker_Costing_AllocationsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Get_Worker_Costing_Allocations_Request = Get_Worker_Costing_Allocations_Request
     }).Get_Worker_Costing_Allocations_Response);
 }
 public Task <Get_Worker_Costing_AllocationsOutput> Get_Worker_Costing_AllocationsAsync(Workday_Common_HeaderType Workday_Common_Header, Get_Worker_Costing_Allocations_RequestType Get_Worker_Costing_Allocations_Request)
 {
     return(((Payroll_InterfacePort)this).Get_Worker_Costing_AllocationsAsync(new Get_Worker_Costing_AllocationsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Get_Worker_Costing_Allocations_Request = Get_Worker_Costing_Allocations_Request
     }));
 }
 public Get_Worker_Costing_AllocationsInput(Workday_Common_HeaderType Workday_Common_Header, Get_Worker_Costing_Allocations_RequestType Get_Worker_Costing_Allocations_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Get_Worker_Costing_Allocations_Request = Get_Worker_Costing_Allocations_Request;
 }