namespace Query.AdminReports.Models; public class WorkshopWithRollCallServiceQueryParameters { public string WorkshopName { get; set; } public string RollCallServiceType { get; set; } }