Ejemplo n.º 1
0
        public void ExistsByIdTestIsTrue()
        {
            // Act
            var result = itemCategoryRepository.ExistsById(1);

            // Assert
            Assert.IsTrue(result);
        }