Tp.MashupManager.MashupLibrary.Repository.Config.LibraryRepositoryConfigStorage.LibraryRepositoryConfigStorage C# (CSharp) Method

LibraryRepositoryConfigStorage() public method

public LibraryRepositoryConfigStorage ( ISingleProfile singleProfile ) : System
singleProfile ISingleProfile
return System
		public LibraryRepositoryConfigStorage(ISingleProfile singleProfile)
		{
			_singleProfile = singleProfile;
		}
LibraryRepositoryConfigStorage