feat: remove unused ref campus

This commit is contained in:
2024-10-27 06:50:47 +03:00
parent 8c932cf0be
commit dead9f89bb
24 changed files with 1447 additions and 231 deletions

View File

@ -18,9 +18,4 @@ public class FacultyResponse
/// </summary>
[Required]
public required string Name { get; set; }
/// <summary>
/// Gets or sets the unique identifier of the campus to which the faculty belongs (optional).
/// </summary>
public int? CampusId { get; set; }
}