コード例 #1
0
ファイル: ProductsBusiness.cs プロジェクト: healtech/YXERP
 public bool AddCategoryAttr(string categoryid, string attrid, int type, string operateIP, string operateID)
 {
     var dal = new ProductsDAL();
     return dal.AddCategoryAttr(categoryid, attrid, type, operateID);
 }