Orders.com.BLL.Rules.CanDeleteCategoryRule.CanDeleteCategoryRule C# (CSharp) Method

CanDeleteCategoryRule() public method

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