namespace Application.Domain; public interface INoticeService { Task> GetNoticeDataByTake(int take); Task> GetNoticeData(int page, int limit, RefAsync total); }