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