예제 #1
0
        public async Task TestDoesExists()
        {
            Guid id = Guid.Parse("3009F8A3-C9E3-449B-AC44-24C18B3920D4");

            Assert.True(repo.DoesExist(id));
        }