Autofac创建实例的方法总结
摘要:
1、InstancePerDependency 对每一个依赖或每一次调用创建一个新的唯一的实例。这也是默认的创建实例的方式。 官方文档解释:Configure the component so that every dependent component or call to Resolve() g 阅读全文
posted @ 2017-08-04 17:27 禅道 阅读(344) 评论(0) 推荐(0) 编辑