Example #1
0
 public static void InsertStudent(Hoc_Sinhh Student)
 {
     DAO_Admin.InsertStudentWithLinq(Student);
 }