摘要: using Service;using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using wgh.model;namespace Wgh.stud 阅读全文
posted @ 2023-07-06 21:44 .net&new 阅读(5) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel.DataAnnotations.Schema;using System.Linq;using Dapper.Lite; namespace wgh.mo 阅读全文
posted @ 2023-07-06 21:41 .net&new 阅读(16) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using wgh.model.Models;using DBHelper;u 阅读全文
posted @ 2023-07-06 21:40 .net&new 阅读(2) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using wgh.model.Models;using DBHelper;n 阅读全文
posted @ 2023-07-06 21:39 .net&new 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 安装 autofac 安装 autofac.mvc 注册代码 var builder = new ContainerBuilder(); builder.RegisterControllers(typeof(MvcApplication).Assembly).PropertiesAutowired( 阅读全文
posted @ 2023-07-06 21:35 .net&new 阅读(17) 评论(0) 推荐(0) 编辑