Esempio n. 1
0
 public IQueryable <tb_cargo> GetAll()
 {
     return(_DAO.GetAll());
 }