Example #1
0
 public System.Threading.Tasks.Task UpdateCountryAsync(Vidly.ServiceReturns1.VATCountryDTO country)
 {
     return(base.Channel.UpdateCountryAsync(country));
 }
Example #2
0
 public System.Threading.Tasks.Task DeleteCountryAsync(Vidly.ServiceReturns1.VATCountryDTO new_ctry_dto)
 {
     return(base.Channel.DeleteCountryAsync(new_ctry_dto));
 }
Example #3
0
 public void UpdateCountry(Vidly.ServiceReturns1.VATCountryDTO country)
 {
     base.Channel.UpdateCountry(country);
 }
Example #4
0
 public void DeleteCountry(Vidly.ServiceReturns1.VATCountryDTO new_ctry_dto)
 {
     base.Channel.DeleteCountry(new_ctry_dto);
 }