Exemple #1
0
 public void UpdateAuto(WebApiTest.ServiceAuto.Auto auto)
 {
     base.Channel.UpdateAuto(auto);
 }
Exemple #2
0
 public System.Threading.Tasks.Task UpdateAutoAsync(WebApiTest.ServiceAuto.Auto auto)
 {
     return(base.Channel.UpdateAutoAsync(auto));
 }
Exemple #3
0
 public void InsertAuto(WebApiTest.ServiceAuto.Auto auto)
 {
     base.Channel.InsertAuto(auto);
 }