Beispiel #1
0
 public System.Threading.Tasks.Task <bool> UpdateEmployeeAsync(SecondWCFClient.ES.Employee emp)
 {
     return(base.Channel.UpdateEmployeeAsync(emp));
 }
Beispiel #2
0
 public bool UpdateEmployee(SecondWCFClient.ES.Employee emp)
 {
     return(base.Channel.UpdateEmployee(emp));
 }