增加视图模型引擎模块
This commit is contained in:
16
visualdev/Tnb.Vmodel/IVmodelAppService.cs
Normal file
16
visualdev/Tnb.Vmodel/IVmodelAppService.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
// 宁波拓通e智造平台 ToTong Next Builder //
|
||||
// https://git.tuotong-tech.com/tnb/tnb.server //
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace Tnb.VmodelEngine;
|
||||
|
||||
/// <summary>
|
||||
/// 视图模型服务接口
|
||||
/// </summary>
|
||||
public interface IVmodelAppService : ITransient
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user