Files
Backend-Api/Query/AdminReports/Models/WorkshopWithRollCallServiceQueryParameters.cs
2025-01-04 16:14:10 +03:30

8 lines
229 B
C#

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