コード例 #1
0
		public AdvertisementItemPhotosService(IAppFilesPathHelper appFilesPathHelper, IAppFilesNamesHelper appFilesNamesHelper) {
			this.appFilesPathHelper = appFilesPathHelper;
			this.appFilesNamesHelper = appFilesNamesHelper;
		}
コード例 #2
0
 public PhotosService(IAppFilesPathHelper appFilesPathHelper, IAppFilesNamesHelper appFilesNamesHelper)
 {
     this.appFilesPathHelper  = appFilesPathHelper;
     this.appFilesNamesHelper = appFilesNamesHelper;
 }