mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-03-30 05:03:24 +08:00
优化代码结构,完成分类处理
This commit is contained in:
@@ -15,7 +15,7 @@ namespace OpenAuth.Mvc.Controllers
|
||||
|
||||
public ModuleManagerController()
|
||||
{
|
||||
_app = (ModuleManagerApp)DependencyResolver.Current.GetService(typeof(ModuleManagerApp));
|
||||
_app = AutofacExt.GetFromFac<ModuleManagerApp>();
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user