06 2018 档案
.net core2.1 三层中使用Autofac代替原来Ioc
摘要:首先,现有的三层项目的结构 其中 Repository public interface IPersonRepository { string Eat(); } public class PersonRepository : IPersonRepository { public string Eat 阅读全文
posted @ 2018-06-17 14:22 包子wxl 阅读(4706) 评论(20) 推荐(10)