Beispiel #1
0
        public void PriceForValidItemsTests()
        {
            IPriceListService priceListService = new PriceListService();
            decimal           price_a          = priceListService.GetPriceBySkuID("A");

            Assert.True(price_a > 0);
        }