using ChapterX.Domain.Entities;

namespace ChapterX.Domain.Repositories
{
    public interface INotifyRepository : IRepository<Notify>
    {
    }
}
