Esempio n. 1
0
 public System.Threading.Tasks.Task <string> InsertEmployerAsync(Test_DB_ConsoleApp.ServiceReference1.Employers e)
 {
     return(base.Channel.InsertEmployerAsync(e));
 }
Esempio n. 2
0
 public string InsertEmployer(Test_DB_ConsoleApp.ServiceReference1.Employers e)
 {
     return(base.Channel.InsertEmployer(e));
 }