Beispiel #1
0
 public System.Threading.Tasks.Task UpdateEmployeeAsync(PresentationLayerWinform.ServiceEmployee.Employee emp)
 {
     return(base.Channel.UpdateEmployeeAsync(emp));
 }
Beispiel #2
0
 public void UpdateEmployee(PresentationLayerWinform.ServiceEmployee.Employee emp)
 {
     base.Channel.UpdateEmployee(emp);
 }