// GET: api/Entradas public IQueryable <Entrada> GetEntradas() { return(entradaService.GetEntradas()); }