Ejemplo n.º 1
0
 public bool add_student(student_users user)
 {
     return(UserService.AddStudent(user));
 }