예제 #1
0
        public void GetAllTest()
        {
            var result = posService.GetAll();

            Assert.NotEmpty(result);
        }