Ejemplo n.º 1
0
 public bool insertEmployee(WcfServiceLibrary1.Employee newEmp)
 {
     return(base.Channel.insertEmployee(newEmp));
 }
Ejemplo n.º 2
0
 public bool editEmployeeByID(int id, WcfServiceLibrary1.Employee newVal)
 {
     return(base.Channel.editEmployeeByID(id, newVal));
 }