Esempio n. 1
0
        public VMPublicFunds GetFundsConfigByClassId(string classId)
        {
            BaseSetDA da = new BaseSetDA();

            return(da.GetFundsConfigByClassId(classId));
            //var result=da.GetFundsConfigByClassId(classId);
            //var hotCount=new ClassBC().GetClassByKey(classId).HotCount;
            //string fundsText = string.Format("每笔成交将为 {0} 捐赠 {1} 元,已累计捐赠 {2} 笔", result.FundsText, result.FundsPrice, hotCount);
            //return fundsText;
        }