Orders.com.BLL.Rules.CanDeleteCategoryRule.CanDeleteCategoryRule C# (CSharp) Метод

CanDeleteCategoryRule() публичный Метод

public CanDeleteCategoryRule ( long categoryID, IProductDataProxy productsDataProxy ) : Orders.com.BLL.DataProxy
categoryID long
productsDataProxy IProductDataProxy
Результат Orders.com.BLL.DataProxy
        public CanDeleteCategoryRule(long categoryID, IProductDataProxy productsDataProxy) 
        {
            _categoryID = categoryID;
            _productsDataProxy = productsDataProxy;
        }