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