Exemplo n.º 1
0
 public virtual async Task UpdateTaxRateAsync(AbcTaxRate taxRate)
 {
     await _abcTaxRateRepository.UpdateAsync(taxRate);
 }
Exemplo n.º 2
0
 public virtual async Task InsertTaxRateAsync(AbcTaxRate taxRate)
 {
     await _abcTaxRateRepository.InsertAsync(taxRate);
 }