Example #1
0
 public bool Delete(object CurrencyID)
 {
     return(InvoiceCurrencyTable.Delete(CurrencyID) == 1);
 }