Example #1
0
        public void CheckIfEntityIsExist()
        {
            var brand = brandService.CheckIfEntityIsExist(2);

            Assert.IsTrue(brand);
        }