7 lines
197 B
C#
7 lines
197 B
C#
namespace Query.AdminReports.Models;
|
|
|
|
public class WorkshopWithRollCallServiceQueryParameters
|
|
{
|
|
public string WorkshopName { get; set; }
|
|
public string RollCallServiceType { get; set; }
|
|
} |