摘要: http://www.cnblogs.com/huangxincheng/category/368987.html 阅读全文
posted @ 2016-03-17 17:09 shuai7boy 阅读(212) 评论(0) 推荐(0)
摘要: 然后我们在DAL层新建一个BaseDAL类,类中内容是通过CustomerDAL修改而来的,将出现Customer的地方替换成了T,出现Customers的地方改成了CreateObjectSet<T>() ,修正后的类如下 阅读全文
posted @ 2016-03-17 16:43 shuai7boy 阅读(339) 评论(0) 推荐(0)