コード例 #1
0
ファイル: Promotion.cs プロジェクト: Abnertd/public
 //根据编号获取促销专题
 public PromotionInfo GetPromotionByID(int ID)
 {
     return(MyBLL.GetPromotionByID(ID, pub.CreateUserPrivilege("0b16441f-dc42-4fd0-b8f1-0f8a80146771")));
 }