Ejemplo n.º 1
0
 public bool Destroy(object CurrencyRateID)
 {
     return(CurrencyRate.Destroy(CurrencyRateID) == 1);
 }
Ejemplo n.º 2
0
 public bool Delete(object CurrencyRateID)
 {
     return(CurrencyRate.Delete(CurrencyRateID) == 1);
 }