Exemple #1
0
 public System.Threading.Tasks.Task <string> PutEmployeeAsync(MVC.ServiceReference2.EmployeeDto employeeDto)
 {
     return(base.Channel.PutEmployeeAsync(employeeDto));
 }
Exemple #2
0
 public string PutEmployee(MVC.ServiceReference2.EmployeeDto employeeDto)
 {
     return(base.Channel.PutEmployee(employeeDto));
 }