AJH.CMS.Core.Data.CatalogManager.AddProductCatalog C# (CSharp) Метод

AddProductCatalog() публичный статический Метод

public static AddProductCatalog ( int prodcutId, int catalogId, int productOrder ) : void
prodcutId int
catalogId int
productOrder int
Результат void
        public static void AddProductCatalog(int prodcutId, int catalogId, int productOrder)
        {
            CatalogDataMapper.AddProductCatalog(prodcutId, catalogId, productOrder);
        }