Ejemplo n.º 1
0
 public async Task AddStudentToGroup(Guid groupId, Guid studentId)
 {
     await _groupsRepository.AddStudent(groupId, studentId);
 }