Skip to content

Commit

Permalink
Subject.HoursPerWeek (+ CanRegisterRepeatedly UI)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenr committed Apr 9, 2024
1 parent 22f3a6b commit abdb130
Show file tree
Hide file tree
Showing 7 changed files with 684 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Contracts/SubjectDto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ public record SubjectDto : SubjectListItemDto
{
public string Description { get; set; }

public bool CanRegisterRepeatedly { get; set; }

public class SubjectValidator : AbstractValidator<SubjectDto>
{
public SubjectValidator()
Expand Down
Loading

0 comments on commit abdb130

Please sign in to comment.