Пример #1
0
 public bool AddCategoryAttr(string categoryid, string attrid, int type, string operateIP, string operateID)
 {
     var dal = new ProductsDAL();
     return dal.AddCategoryAttr(categoryid, attrid, type, operateID);
 }