public resController()
 {
     reservationRepository = new ReservationRepository(db);
     stationRepositorycs   = new StatinRepositorycs(db);
     hourReservation       = new HourRepository(db);
 }
예제 #2
0
 public StationsController()
 {
     stationRepositorycs = new StatinRepositorycs(db);
 }