ITemplateService.cs 232 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 using NCC.VisualDev.Entitys; using System.Threading.Tasks; namespace NCC.VisualDev.Run.Interfaces { /// <summary> /// 代码生成运行服务抽象 /// </summary> public interface ITemplateService { } }