예제 #1
0
 public StaffController()
 {
     StaffInfo = new StaffInfo();
     adp       = new Adapter();
     cmd       = new SqlCommand();
     mec       = new MasterEnteriesController();
 }
예제 #2
0
 public StudentController()
 {
     student = new Student();
     adp     = new Adapter();
     cmd     = new SqlCommand();
     mec     = new MasterEnteriesController();
 }