Skip to content

Commit abdb130

Browse files
committed
Subject.HoursPerWeek (+ CanRegisterRepeatedly UI)
1 parent 22f3a6b commit abdb130

File tree

7 files changed

+684
-0
lines changed

7 files changed

+684
-0
lines changed

Contracts/SubjectDto.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ public record SubjectDto : SubjectListItemDto
77
{
88
public string Description { get; set; }
99

10+
public bool CanRegisterRepeatedly { get; set; }
11+
1012
public class SubjectValidator : AbstractValidator<SubjectDto>
1113
{
1214
public SubjectValidator()

0 commit comments

Comments
 (0)