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