コード例 #1
0
        public static PromotionModel FetchPromotionByPKID(string id)
        {
            var dw = DALPromotion.FetchPromotionByPKID(id);

            return(new PromotionModel(dw));
        }