コード例 #1
0
 public bool modify_student(student_users user)
 {
     return(UserService.ModifyStudent1(user));
 }