Files
Backend-Api/Query/AdminReports/Models/WorkshopWithRollCallServiceQueryParameters.cs

7 lines
197 B
C#

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