Ejemplo n.º 1
0
 // GET api/empresa
 public IEnumerable <EmpresaDTO> Get()
 {
     return(h.GetAll());
 }