コード例 #1
0
 public List <StudentRoleItem> GetStudentRoles(Student student)
 {
     return(_studentDal.GetStudentRoles(student));
 }