Beispiel #1
0
 public bool Delete(object SalesTaxRateID)
 {
     return(SalesTaxRate.Delete(SalesTaxRateID) == 1);
 }