Example #1
0
 public System.Threading.Tasks.Task <bool> AddEmployeeAsync(EmpoyeeClient.ServiceReference1.Employee ep, string name, string salary, string department)
 {
     return(base.Channel.AddEmployeeAsync(ep, name, salary, department));
 }
Example #2
0
 public bool AddEmployee(EmpoyeeClient.ServiceReference1.Employee ep, string name, string salary, string department)
 {
     return(base.Channel.AddEmployee(ep, name, salary, department));
 }