mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-08 18:11:28 +08:00
优化代码结构,完成分类处理
This commit is contained in:
@@ -13,7 +13,7 @@ namespace OpenAuth.Mvc.Controllers
|
||||
|
||||
public OrgManagerController()
|
||||
{
|
||||
_orgApp = (OrgManagerApp)DependencyResolver.Current.GetService(typeof(OrgManagerApp));
|
||||
_orgApp = AutofacExt.GetFromFac<OrgManagerApp>();
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user