using ChapterX.Domain.Entities; namespace ChapterX.Domain.Repositories { public interface INeedApprovalRepository : IRepository { } }