Exemplo n.º 1
0
 public decimal GetExchangeRateForForwarding(long CurrencyId, DateTime CurrentDate)
 {
     return(InvoiceDAL.GetExchangeRateForForwarding(CurrencyId, CurrentDate));
 }