public ServiceBase() { _stateRepository = new StateRepository(); _regionRepository = new RegionRepository(); _countryRepository = new CountryRepository(); _clubRepository = new ClubRepository(); _driverRepository = new DriverRepository(); _locationRepository = new LocationRepository(); }
public EventService() { _eventRepository = new EventRepository(); _clubRepository = new ClubRepository(); _locationRepository = new LocationRepository(); }
public LocationService() { _locationRepository = new LocationRepository(); _clubRepository = new ClubRepository(); }