Esempio n. 1
0
 // GET: Information
 public InformationController()
 {
     studentInformation           = new StudentInformation();
     roomInformation              = new RoomInformation();
     districtInformation          = new DistrictInformation();
     addressInformation           = new AddressInformation();
     departmentInformation        = new DepartmentInformation();
     studentDepartmentInformation = new StudentDepartmentInformation();
     mealInformation              = new MealInformation();
     accountInformation           = new AccountInformation();
 }
Esempio n. 2
0
 public MealManagementController()
 {
     accountInformation = new AccountInformation();
     mealInformation    = new MealInformation();
     searchOperation    = new SearchOperation();
 }
 // GET: Update
 public UpdateController()
 {
     addressInformation = new AddressInformation();
     studentInformation = new StudentInformation();
     mealInformation    = new MealInformation();
 }