Exemplo n.º 1
0
 public Put_Integration_Event_ResponseType Put_Integration_Event(Workday_Common_HeaderType Workday_Common_Header, Put_Integration_Event_RequestType Put_Integration_Event_Request)
 {
     return(((IntegrationsPort)this).Put_Integration_Event(new Put_Integration_EventInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Integration_Event_Request = Put_Integration_Event_Request
     }).Put_Integration_Event_Response);
 }
Exemplo n.º 2
0
 public Put_Integration_EventInput(Workday_Common_HeaderType Workday_Common_Header, Put_Integration_Event_RequestType Put_Integration_Event_Request)
 {
     this.Workday_Common_Header         = Workday_Common_Header;
     this.Put_Integration_Event_Request = Put_Integration_Event_Request;
 }
Exemplo n.º 3
0
 public Task <Put_Integration_EventOutput> Put_Integration_EventAsync(Workday_Common_HeaderType Workday_Common_Header, Put_Integration_Event_RequestType Put_Integration_Event_Request)
 {
     return(((IntegrationsPort)this).Put_Integration_EventAsync(new Put_Integration_EventInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Integration_Event_Request = Put_Integration_Event_Request
     }));
 }