Example #1
0
 /// <summary>
 /// 修改
 /// </summary>
 /// <param name="student"></param>
 /// <returns></returns>
 public bool UpdateStudentInfor(StudentExt student)
 {
     if (server.UpdateStudentInfor(student) <= 0)
     {
         return(false);
     }
     else
     {
         return(true);
     }
 }