using System; using System.Collections.Generic; using CB.Entity; namespace CB.Interface.Infrastructure { //DT_Template public interface ITemplateService : IRepository<TemplateInfo> { } }