mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-27 10:13:23 +08:00
修改了无法保存项目文件的bug
This commit is contained in:
@@ -20,11 +20,11 @@ namespace Serein.Library.Api
|
||||
/// <summary>
|
||||
/// 获取或创建并注入目标类型
|
||||
/// </summary>
|
||||
T GetOrInstantiate<T>();
|
||||
T GetOrRegisterInstantiate<T>();
|
||||
/// <summary>
|
||||
/// 获取或创建并注入目标类型
|
||||
/// </summary>
|
||||
object GetOrInstantiate(Type type);
|
||||
object GetOrRegisterInstantiate(Type type);
|
||||
|
||||
/// <summary>
|
||||
/// 创建目标类型的对象, 并注入依赖项
|
||||
|
||||
Reference in New Issue
Block a user