public System.Threading.Tasks.Task UpdateEmpByIdAsync(WCFwebclient.ServiceReference1.employee emp)
 {
     return(base.Channel.UpdateEmpByIdAsync(emp));
 }
 public System.Threading.Tasks.Task addfieldAsync(WCFwebclient.ServiceReference1.employee emp)
 {
     return(base.Channel.addfieldAsync(emp));
 }
 public void UpdateEmpById(WCFwebclient.ServiceReference1.employee emp)
 {
     base.Channel.UpdateEmpById(emp);
 }
 public void addfield(WCFwebclient.ServiceReference1.employee emp)
 {
     base.Channel.addfield(emp);
 }