示例#1
0
 public void RegisterStudentInSession(long studentId, long sessionId) => _sessionsRepository.RegisterStudentInSession(studentId, sessionId);