Orders.com.BLL.Rules.CanDeleteCategoryRule.CanDeleteCategoryRule C# (CSharp) Méthode

CanDeleteCategoryRule() public méthode

public CanDeleteCategoryRule ( long categoryID, IProductDataProxy productsDataProxy ) : Orders.com.BLL.DataProxy
categoryID long
productsDataProxy IProductDataProxy
Résultat Orders.com.BLL.DataProxy
        public CanDeleteCategoryRule(long categoryID, IProductDataProxy productsDataProxy) 
        {
            _categoryID = categoryID;
            _productsDataProxy = productsDataProxy;
        }