示例#1
0
 public decimal GetExchangeRateForExport(long BlId)
 {
     return(InvoiceDAL.GetExchangeRateForExport(BlId));
 }