Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <string> AddModCountryAsync(AmericaVirtual_DataModel.Countries model, string delete)
 {
     return(base.Channel.AddModCountryAsync(model, delete));
 }
Ejemplo n.º 2
0
 public string AddModCountry(AmericaVirtual_DataModel.Countries model, string delete)
 {
     return(base.Channel.AddModCountry(model, delete));
 }