摘要:
在学习了几天的Abp后,大概是对Abp有了一个印象较为简单的记忆。由于以前接触过DDD相关内容,故学习起来比较顺利。 然而在搭建Wcf服务时候还是出现个各种Bug... 1.No component for supporting the service Abp.Web.Localization.IC 阅读全文
摘要:
首先上个错误的版本。 1 public int SaveMany(List<Lotterys> dataList) 2 { 3 using (var db = base.NewDB()) 4 { 5 if (dataList.Count == 0) 6 return 0; 7 8 int count 阅读全文