11 lines
176 B
C#
11 lines
176 B
C#
|
|
using JNPF.DependencyInjection;
|
|
|
|
namespace Tnb.Vengine.AppService;
|
|
|
|
/// <summary>
|
|
/// 通用服务接口
|
|
/// </summary>
|
|
public interface IVengineAppService : ITransient
|
|
{
|
|
} |