using XF.Domain.Repository; namespace Hotline.KnowledgeBase { public interface IKnowledgeTempRepository : IRepository<KnowledgeTemp> { } }