修改了Ioc相同类型实例化了多个对象的问题

This commit is contained in:
fengjiayi
2024-09-15 19:48:27 +08:00
parent 19247b5afe
commit fe2ccaf74c
8 changed files with 199 additions and 112 deletions

View File

@@ -33,7 +33,7 @@ namespace Serein.Library.Entity
}
/// <summary>
/// 作用实例
/// 作用实例的类型
/// </summary>
public Type ActingInstanceType { get; set; }