摘要:
class Program { static void Main(string[] args) { EmployeeDAL DAL = new EmployeeDAL(); List list = DAL.GetAll().ToList(); //WriteTxt(list); ... 阅读全文
摘要:
class Program { static void Main(string[] args) { EmployeeDAL DAL = new EmployeeDAL(); List list = DAL.GetAll().ToList(); //WriteTxt(list); ... 阅读全文
|