fix: error CS1061
Some checks failed
.NET Test Pipeline / build-and-test (pull_request) Failing after 1m50s
Some checks failed
.NET Test Pipeline / build-and-test (pull_request) Failing after 1m50s
This commit is contained in:
@ -43,7 +43,7 @@ public class LectureHallScheduleInfo
|
||||
/// Gets or sets the type of occupation for the schedule entry.
|
||||
/// </summary>
|
||||
[Required]
|
||||
public required string TypeOfOccupation { get; set; }
|
||||
public required IEnumerable<string> TypeOfOccupations { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the names of the group for the schedule entry.
|
||||
|
Reference in New Issue
Block a user