feat: add course information
Some checks failed
.NET Test Pipeline / build-and-test (pull_request) Failing after 1m34s

This commit is contained in:
2024-02-17 01:49:37 +03:00
parent 5cfc07ab7d
commit 84872a5d6d
3 changed files with 28 additions and 2 deletions

View File

@ -15,6 +15,11 @@ public class GroupResponse
/// </summary>
public required string Name { get; set; }
/// <summary>
/// Gets or sets the course number of the group.
/// </summary>
public int CourseNumber { get; set; }
/// <summary>
/// Gets or sets the unique identifier of the faculty to which the group belongs (optional).
/// </summary>