Exemplo n.º 1
0
 public ISet <Exam> GetAllExamsForUserId(int id) =>
 _examRepository.FindAll(exam => exam.UserId == id).ToHashSet();