Example #1
0
        public void GetProductFromStoreForCustomer()
        {
            var statue = _bazaar.GetProductFromStoreForCustomer(1, "TestyTest");

            Assert.NotNull(statue);
        }