示例#1
0
 //Instantiating classes and repository classes.
 public UserLogic()
 {
     sectionLogic  = new SectionLogic();
     roomLogic     = new RoomLogic();
     player_status = new Player_StatusLogic();
 }
示例#2
0
 //Instantiating the classes and repository classes
 public RoomLogic()
 {
     room_LevelsLogic = new Room_LevelsLogic();
     sectionLogic     = new SectionLogic();
     levelLogic       = new LevelLogic();
 }