using Exam.Infrastructure.Data.Interface; namespace Hotline.Share.Requests.Question { public record QuestionAnswerPagedRequest:PagedRequest,IQueryRequest { } }