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