示例#1
0
 public List <IChargeRate> GetExpInvoiceChargesById(long InvoiceId)
 {
     return(InvoiceDAL.GetExpInvoiceChargesById(InvoiceId));
 }