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