摘要:
class Program { static void Main(string[] args) { EmployeeDAL DAL = new EmployeeDAL(); List list = DAL.GetAll().ToList(); //WriteTxt(list); ... 阅读全文
posted @ 2015-12-25 23:02
夜、微凉
阅读(1442)
评论(0)
推荐(0)
|
摘要:
class Program { static void Main(string[] args) { EmployeeDAL DAL = new EmployeeDAL(); List list = DAL.GetAll().ToList(); //WriteTxt(list); ... 阅读全文
posted @ 2015-12-25 23:02
夜、微凉
阅读(1442)
评论(0)
推荐(0)
|