public AdvertisementItemPhotosService(IAppFilesPathHelper appFilesPathHelper, IAppFilesNamesHelper appFilesNamesHelper) {
			this.appFilesPathHelper = appFilesPathHelper;
			this.appFilesNamesHelper = appFilesNamesHelper;
		}
Example #2
0
 public PhotosService(IAppFilesPathHelper appFilesPathHelper, IAppFilesNamesHelper appFilesNamesHelper)
 {
     this.appFilesPathHelper  = appFilesPathHelper;
     this.appFilesNamesHelper = appFilesNamesHelper;
 }