Ejemplo n.º 1
0
        public void GetHistoryOfCustomerByIdTest()
        {
            const string customerId = "VINET";
            var          repo       = new SqlRepository();

            Assert.IsTrue(repo.GetHistoryOfCustomerById(customerId) != null);
        }