using XF.Domain.Repository; namespace Hotline.Push { public interface IMessageTemplateRepository : IRepository { } }