[성현모] TRA GetDBContext 기능 추가
This commit is contained in:
@ -12,7 +12,7 @@ namespace SystemX.Core.Services
|
||||
{
|
||||
public class DbContextProvider
|
||||
{
|
||||
private Dictionary<string, DataBase> DBDictionary = new Dictionary<string, DataBase>();
|
||||
public Dictionary<string, DataBase> DBDictionary { get; private set; } = new Dictionary<string, DataBase>();
|
||||
|
||||
public void SetDBList(IList<DataBase>? DBList)
|
||||
{
|
||||
@ -40,6 +40,6 @@ namespace SystemX.Core.Services
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user