Beispiel #1
0
 public int Count(int classId)
 {
     return(_repository.Count(classId));
 }