Пример #1
0
 public IQueryable <Entrada> ReadAll()
 {
     return(entradaRepository.ReadAll());
 }