예제 #1
0
        public void AddGraph(GraphData graph)
        {
            InitNonExistingRepo();

            repo.AddGraph(graph);
        }