Пример #1
0
 public static bool LLStudentUpdate(EntityStudent ent)
 {
     if (ent.StudentName != "" && ent.StudentLastName != "" && ent.Password != "" && ent.Repassword != "")
     {
         return(DALStudent.StudentUpdate(ent));
     }
     else
     {
         return(false);
     }
 }