feat: add filter by type of occupation (lesson type)
This commit is contained in:
@ -8,5 +8,6 @@ public class GetScheduleListQuery : IRequest<ScheduleListVm>
|
||||
public int[]? DisciplineIds { get; set; }
|
||||
public int[]? LectureHallIds { get; set; }
|
||||
public int[]? ProfessorIds { get; set; }
|
||||
public int[]? LessonTypeIds { get; set; }
|
||||
public bool? IsEven { get; set; }
|
||||
}
|
Reference in New Issue
Block a user