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