示例#1
0
 public List <ICharge> GetAllFwdCharges(int Currency)
 {
     return(InvoiceDAL.GetAllFwdCharges(Currency));
 }