Esempio n. 1
0
 public List <ICharge> GetAllCharges(int docTypeId)
 {
     return(InvoiceDAL.GetAllCharges(docTypeId));
 }