示例#1
0
 public decimal GetExchangeRateForForwarding(long CurrencyId, DateTime CurrentDate)
 {
     return(InvoiceDAL.GetExchangeRateForForwarding(CurrencyId, CurrentDate));
 }