namespace SPMS.Application.DTOs.Faq; public class FaqListRequestDto { public string? Category { get; set; } }