Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WcfService001.ServiceReference1.Employee> GetEmployeeAsync(WcfService001.ServiceReference1.Employee p)
 {
     return(base.Channel.GetEmployeeAsync(p));
 }
Ejemplo n.º 2
0
 public int DeleteEmployee(WcfService001.ServiceReference1.Employee p)
 {
     return(base.Channel.DeleteEmployee(p));
 }
Ejemplo n.º 3
0
 public WcfService001.ServiceReference1.Employee GetEmployee(WcfService001.ServiceReference1.Employee p)
 {
     return(base.Channel.GetEmployee(p));
 }
Ejemplo n.º 4
0
 public int InsertEmployee(WcfService001.ServiceReference1.Employee p)
 {
     return(base.Channel.InsertEmployee(p));
 }