示例#1
0
 public System.Threading.Tasks.Task UpdateEmployeeAsync(FSE.Assignment22.Client.MVC.EmployeeServiceReference.Employee employee)
 {
     return(base.Channel.UpdateEmployeeAsync(employee));
 }
示例#2
0
 public void UpdateEmployee(FSE.Assignment22.Client.MVC.EmployeeServiceReference.Employee employee)
 {
     base.Channel.UpdateEmployee(employee);
 }