mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-02 15:16:37 +08:00
9
src/Yi.Framework/Yi.Framework.Web/TestEntity.cs
Normal file
9
src/Yi.Framework/Yi.Framework.Web/TestEntity.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Yi.Framework.Core.Attribute;
|
||||
using Yi.Framework.Core.DependencyInjection;
|
||||
|
||||
namespace Yi.Framework.Web
|
||||
{
|
||||
public class TestEntity: ITransientDependency
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user