Exemplo n.º 1
0
 public Put_Degree_ResponseType Put_Degree(Workday_Common_HeaderType Workday_Common_Header, Put_Degree_RequestType Put_Degree_Request)
 {
     return(((Performance_ManagementPort)this).Put_Degree(new Put_DegreeInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Degree_Request = Put_Degree_Request
     }).Put_Degree_Response);
 }
Exemplo n.º 2
0
 public Put_DegreeInput(Workday_Common_HeaderType Workday_Common_Header, Put_Degree_RequestType Put_Degree_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Put_Degree_Request    = Put_Degree_Request;
 }
Exemplo n.º 3
0
 public Task <Put_DegreeOutput> Put_DegreeAsync(Workday_Common_HeaderType Workday_Common_Header, Put_Degree_RequestType Put_Degree_Request)
 {
     return(((Performance_ManagementPort)this).Put_DegreeAsync(new Put_DegreeInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Degree_Request = Put_Degree_Request
     }));
 }