摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace no1{ delegate int numberChang... 阅读全文
posted @ 2015-11-01 17:57 BestKiller 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 前两天做项目,使用的是 三层架构加 抽象工厂 加 反射 来完成的。//code原先的Dal层 现在变成了 一个接口IDal 和 一个DBUnilityIDal:using System;using System.Collections.Generic;using System.Linq;using ... 阅读全文
posted @ 2015-11-01 13:33 BestKiller 阅读(103) 评论(0) 推荐(0) 编辑