示例#1
0
 public IEnumerable <UserProfile> GetAllUnassignedStudents()
 {
     return(_userRepository.GetAllUnassignedStudents());
 }