public InstallPackageCommand(IMashupInfoRepository mashupInfoRepository, ILibraryRepositoryConfigStorage libraryRepositoryConfigStorage,
                              ILibraryRepositoryFactory libraryRepositoryFactory)
 {
     _mashupInfoRepository           = mashupInfoRepository;
     _libraryRepositoryConfigStorage = libraryRepositoryConfigStorage;
     _libraryRepositoryFactory       = libraryRepositoryFactory;
 }
예제 #2
0
 public Library(ILibraryRepositoryFactory libraryRepositoryFactory, ILibraryRepositoryConfigStorage configStorage)
 {
     _libraryRepositoryFactory = libraryRepositoryFactory;
     _configStorage            = configStorage;
 }
		public Library(ILibraryRepositoryFactory libraryRepositoryFactory, ILibraryRepositoryConfigStorage configStorage)
		{
			_libraryRepositoryFactory = libraryRepositoryFactory;
			_configStorage = configStorage;
		}