Ejemplo n.º 1
0
 public List <ICharge> GetAllFwdCharges(int Currency)
 {
     return(InvoiceDAL.GetAllFwdCharges(Currency));
 }