Ejemplo n.º 1
0
        public void Should_call_CustOrdersDetail()
        {
            var custOrdersDetail = _repo.CallCustOrdersDetail(10248);

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