Ejemplo n.º 1
0
 public IQueryable <CompanyDTO> Gets()
 {
     return(_CompanyBLL.GetCompanies());
 }