public AdvertisementItemService(IAdvertisementItemDbService advertisementItemDbService, ICoordinatesCalculator coordinatesCalculator, IAdvertisementItemPhotosService advertisementItemPhotosService, IAppFilesPathHelper appFilesPathHelper, IKeywordsService keywordsService, IChatHubCacheService chatHubCacheService) { this.advertisementItemDbService = advertisementItemDbService; this.coordinatesCalculator = coordinatesCalculator; this.advertisementItemPhotosService = advertisementItemPhotosService; this.appFilesPathHelper = appFilesPathHelper; this.keywordsService = keywordsService; this.chatHubCacheService = chatHubCacheService; }
public AdvertisementItemService(IAdvertisementItemDbService advertisementItemDbService, ICoordinatesCalculator coordinatesCalculator, IPhotosService photosService, IAppFilesPathHelper appFilesPathHelper, IKeywordsService keywordsService, IChatHubCacheService chatHubCacheService, ILastUsersChecksCacheService lastUsersChecksCacheService, IGoogleMapsAPIService googleMapsAPIService) { this.advertisementItemDbService = advertisementItemDbService; this.coordinatesCalculator = coordinatesCalculator; this.photosService = photosService; this.appFilesPathHelper = appFilesPathHelper; this.keywordsService = keywordsService; this.chatHubCacheService = chatHubCacheService; this.lastUsersChecksCacheService = lastUsersChecksCacheService; this.googleMapsAPIService = googleMapsAPIService; }
public AdvertisementItemPhotosService(IAppFilesPathHelper appFilesPathHelper, IAppFilesNamesHelper appFilesNamesHelper) { this.appFilesPathHelper = appFilesPathHelper; this.appFilesNamesHelper = appFilesNamesHelper; }
public PhotosService(IAppFilesPathHelper appFilesPathHelper, IAppFilesNamesHelper appFilesNamesHelper) { this.appFilesPathHelper = appFilesPathHelper; this.appFilesNamesHelper = appFilesNamesHelper; }