11 lines
181 B
C#
11 lines
181 B
C#
|
|
using JNPF.DependencyInjection;
|
|
|
|
namespace Tnb.Vengine.AppService;
|
|
|
|
/// <summary>
|
|
/// 视图模型服务接口
|
|
/// </summary>
|
|
public interface IVmodelAppService : ITransient
|
|
{
|
|
} |