using SPMS.Application.DTOs.Faq; namespace SPMS.Application.Interfaces; public interface IFaqService { Task GetListAsync(string serviceCode, FaqListRequestDto request); }