Beispiel #1
0
 public System.Threading.Tasks.Task <int> UpdateUserAsync(WCFMVCApp.ServiceReference1.Employee objEmployee)
 {
     return(base.Channel.UpdateUserAsync(objEmployee));
 }
Beispiel #2
0
 public int UpdateUser(WCFMVCApp.ServiceReference1.Employee objEmployee)
 {
     return(base.Channel.UpdateUser(objEmployee));
 }