摘要: public class BaseDAL where T : class { public CiecClientDataContext db = new CiecClientDataContext(); #region MyRegion public Table GetTable() { return db.GetTable(); } public Table GetAll() { return db.GetTable(); } ... 阅读全文
posted @ 2013-07-29 00:59 沉默的码畜 阅读(252) 评论(0) 推荐(0) 编辑