Orc.NuGetExplorer.RepositoryNavigationFactory.RepositoryNavigationFactory C# (CSharp) 메소드

RepositoryNavigationFactory() 공개 메소드

public RepositoryNavigationFactory ( IRepositoryService repositoryService ) : Catel
repositoryService IRepositoryService
리턴 Catel
        public RepositoryNavigationFactory(IRepositoryService repositoryService)
        {
            Argument.IsNotNull(() => repositoryService);

            _repositoryService = repositoryService;
        }
        #endregion