Create ProgramTemplateProvider.cs

This commit is contained in:
陈淳
2023-01-03 18:14:18 +08:00
parent ff2cf68b08
commit 53b4674da4

View File

@@ -0,0 +1,12 @@
//using System;
//using System.Collections.Generic;
//using System.Linq;
//using System.Text;
//using System.Threading.Tasks;
//namespace Yi.Framework.Template.Abstract
//{
// public abstract ProgramTemplateProvider: AbstractTemplateProvider
// {
// }
//}