示例#1
0
 public System.Threading.Tasks.Task <string> AddEmployeeAsync(ConsumingRESTServiceCRUD_Client.ServiceReference2.Employee employee, string id)
 {
     return(base.Channel.AddEmployeeAsync(employee, id));
 }
示例#2
0
 public string AddEmployee(ConsumingRESTServiceCRUD_Client.ServiceReference2.Employee employee, string id)
 {
     return(base.Channel.AddEmployee(employee, id));
 }