15 lines
513 B
C#
15 lines
513 B
C#
/////////////////////////////////////////////////////////////////////////////////
|
|
// 宁波拓通e智造平台 ToTong Next Builder //
|
|
// https://git.tuotong-tech.com/tnb/tnb-server //
|
|
/////////////////////////////////////////////////////////////////////////////////
|
|
|
|
using JNPF.DependencyInjection;
|
|
|
|
namespace Tnb.Vengine.AppService;
|
|
|
|
/// <summary>
|
|
/// 通用服务接口
|
|
/// </summary>
|
|
public interface IVengineAppService : ITransient
|
|
{
|
|
} |