摘要:
一、RouteDebugger安装 方式1、在程序包控制台中执行命令 PM> Install-Package routedebugger 安装成功后Web.config文件中会自动加入行 <add key="RouteDebugger:Enabled" value="true" /> 方式2 使用N 阅读全文
摘要:
/// /// EF数据库操作基类 /// /// public partial class BaseDAL where T : class, new() { private DbContext dbContext = DbContextFactory.Create(); #region 1.Add ... 阅读全文