Пример #1
0
        public void GetAllTest()
        {
            var result = docService.GetAll();

            Assert.NotEmpty(result);
        }