依赖注入顺序修改
This commit is contained in:
@@ -15,6 +15,7 @@ namespace UIShare.GlobalVariable
|
||||
public Dictionary<string, IScopedProvider> ScopeDic { get; set; }
|
||||
public String UserName { get; set; } = "Not Logged in";
|
||||
public bool IsAdmin { get; set; } = true;
|
||||
public string CurrentOpeningScope;
|
||||
private string _currentScope = "default";
|
||||
public string CurrentScope
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user