Esempio n. 1
0
 public List <SupplierDTO> GetAll()
 {
     return(supplierDAO.GetAll());
 }