摘要:
1.初始化 2.在global.asax.cs 3.手工获取 4.参考 http://www.360doc.com/content/14/0620/09/10504424_388250715.shtml 阅读全文
摘要:
1 阅读全文
摘要:
using Autofac; using Microsoft.Practices.ServiceLocation; namespace Core.Common { /// /// 获取被Autofac注入的实例BeanFactory /// public class BeanFactory { /// /// 获取B... 阅读全文