Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <int> InsertEmployeeAsync(Northwind.WPFConsumer.NorthwindServiceClasses.NorthwindEmployee employee)
 {
     return(base.Channel.InsertEmployeeAsync(employee));
 }
Ejemplo n.º 2
0
 public int InsertEmployee(Northwind.WPFConsumer.NorthwindServiceClasses.NorthwindEmployee employee)
 {
     return(base.Channel.InsertEmployee(employee));
 }