摘要:
新建一个Model 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel.DataAnnotations; 4 using System.Linq; 5 using System.Web; ... 阅读全文
摘要:
将ado.net的cs文件SqlHelper.cs放入解决方案 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Conf... 阅读全文