Beispiel #1
0
        public List <BizPromotionCode> SelectPromotionCodesByUserId(string userId)
        {
            ParameterChecker.CheckNull(userId, "UserId");

            return(dbManager.Execute(connection => DalPromotionJob.SelectPromotionCodesByUserId(userId)));
        }