LFlow/LFlow.Base/Interfaces/IService.cs

10 lines
179 B
C#
Raw Normal View History

2024-10-16 11:35:05 +08:00
namespace LFlow.Base.Interfaces;
/// <summary>
/// <20><><EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>
/// </summary>
/// <typeparam name="T"></typeparam>
public interface IService//<T> where T : class, IModel, new()
2024-10-16 11:35:05 +08:00
{
2024-10-16 11:35:05 +08:00
}