Ejemplo n.º 1
0
 public IQueryable <Note> GetAllNoteQueryable()
 {
     return(repo_note.ListQueryable());
 }