Example #1
0
 public System.Threading.Tasks.Task <int> InsertEmployeesAsync(WpfApp1.EmployeeServiceReference.Employee e)
 {
     return(base.Channel.InsertEmployeesAsync(e));
 }
Example #2
0
 public int InsertEmployees(WpfApp1.EmployeeServiceReference.Employee e)
 {
     return(base.Channel.InsertEmployees(e));
 }