Exemple #1
0
        public void Should_call_CustOrderHist()
        {
            var ordersHistory = _repo.CallCustOrderHist("ALFKI");

            Assert.IsTrue(ordersHistory.Any());
        }