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