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