Example #1
0
 public bool delect_student(int sid)
 {
     return(UserService.DeleteStudentSid(sid));
 }