Exemplo n.º 1
0
 public IQueryable <NoteInformationQueryable> GetDataForNoteList(int userID)
 {
     return(noteDAL.GetDataForNoteList(userID));
 }