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