コード例 #1
0
        public void GenerateDegree()
        {
            var repo = new DocumentCreator(Path.Combine(Directory.GetCurrentDirectory(), "..\\..\\"));
            var doc  = repo.CreateDegree(new FullName("boudoux", "aurelien"), "DOT SHARK", new DateTime(2018, 01, 23), new DateTime(2018, 01, 25), new FullName("cordier", "fabrice"));

            File.Exists(doc).Should().BeTrue();
            //Process.Start(doc);
        }