Skip to content

Commit 4647784

Browse files
authored
fix InstitutionHierarchyDto (#776)
1 parent 749cea7 commit 4647784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OutOfSchool/OutOfSchool.WebApi/Models/SubordinationStructure/InstitutionHierarchyDto.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class InstitutionHierarchyDto
2020
[Required]
2121
public Guid InstitutionId { get; set; }
2222

23-
public Institution Institution { get; set; }
23+
public InstitutionDto Institution { get; set; }
2424

2525
public List<DirectionDto> Directions { get; set; }
2626
}

0 commit comments

Comments
 (0)