示例#1
0
 public decimal GetExchangeRateByDate(DateTime Dt, int Line)
 {
     return(InvoiceDAL.GetExchangeRateByDate(Dt, Line));
 }