Example #1
0
 public async Task <List <UserDto> > GetAllStudentsByCoursesId(byte courseId)
 {
     return(await _saRepository.GetAllStudentsByCoursesId(courseId));
 }