Exemplo n.º 1
0
        public void CloseTable()
        {
            using (var db = new ShoppingContext())
            {
                var service = new Repository.Repository(db);
                int i       = service.CloseTable(1);

                Assert.IsTrue(i > 0);
            }
        }