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