Beispiel #1
0
 public bool Exists(int classId, int userId)
 {
     return(_repository.Exists(classId, userId));
 }