Exemple #1
0
        public void AddProductCategoryTest()
        {
            var context = new Mock <IProductCatalogueContext>();
            var service = new CatalogueManagementService(context.Object);

            service.AddProductCategory();
        }