Exemple #1
0
 public int EditarTest(G8_App.G8AppService.myTest a)
 {
     return(base.Channel.EditarTest(a));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <int> EditarTestAsync(G8_App.G8AppService.myTest a)
 {
     return(base.Channel.EditarTestAsync(a));
 }
Exemple #3
0
 public int NuevoTest(G8_App.G8AppService.myTest a)
 {
     return(base.Channel.NuevoTest(a));
 }