GitScc.DataServices.RepositoryGraph.RepositoryGraph C# (CSharp) Method

RepositoryGraph() public method

public RepositoryGraph ( string repository ) : System
repository string
return System
        public RepositoryGraph(string repository)
        {
            this.workingDirectory = repository;
        }