一步一步创建ASP.NET MVC5程序[Repository+Autofac+Automapper+SqlSugar](六) (4)

请注意:在 PostRepository.cs中还没有继承至 IPostRepository.cs ,所以,在 PostService.cs 的构造函数中我们暂时使用泛型接口 IRepository:

private readonly IRepository<Post> _postRepository; public PostService(IRepository<Post> postRepository) { _postRepository = postRepository; }

下一篇将解决这个问题

再次按F5运行,打开页面[:54739/home/post],熟悉你页面又回来了,哈哈。。。

create-aspnet-mvc-5-web-application-repository-autofac-automapper-sqlsugar-step-by-step-06

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpxwgz.html