コード例 #1
0
 public SessionInfoController()
 {
     repo           = new SessionInfoRepository();
     registrantRepo = new SessionRegistrationInfoController();
     speakerRepo    = new SpeakerInfoController();
     //sessionSpeakerRepo = new SessionSpeakerInfoController();
     timeSlotRepo = new TimeSlotInfoController();
 }
コード例 #2
0
 public SessionInfoController()
 {
     repo = new SessionInfoRepository();
     registrantRepo = new SessionRegistrationInfoController();
     speakerRepo = new SpeakerInfoController();
     //sessionSpeakerRepo = new SessionSpeakerInfoController();
     timeSlotRepo = new TimeSlotInfoController();
 }
コード例 #3
0
 public ServiceBase()
 {
     CodeCampDataAccess = new CodeCampInfoController();
     RegistrationDataAccess = new RegistrationInfoController();
     RoomDataAccess = new RoomInfoController();
     SessionDataAccess = new SessionInfoController();
     SessionRegistrationDataAccess = new SessionRegistrationInfoController();
     SessionSpeakerDataAccess = new SessionSpeakerInfoController();
     SpeakerDataAccess = new SpeakerInfoController();
     TrackDataAccess = new TrackInfoController();
     TimeSlotDataAccess = new TimeSlotInfoController();
     VolunteerDataAccess = new VolunteerInfoController();
     VolunteerTaskDataAccess = new VolunteerTaskInfoController();
 }