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