Changeset ab652ff for iknow-api/DTOs
- Timestamp:
- 12/09/25 14:54:20 (10 months ago)
- Branches:
- master
- Children:
- 615f18d, f735dac
- Parents:
- 334981d
- File:
-
- 1 edited
-
iknow-api/DTOs/UserDTO.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/DTOs/UserDTO.cs
r334981d rab652ff 19 19 { 20 20 public string Name { get; set; } = string.Empty; 21 public string? MiddleName { get; set; } 21 22 public string Surname { get; set; } = string.Empty; 22 23 public string EMBG { get; set; } = string.Empty; … … 36 37 public Quota quotaType { get; set; } 37 38 public int majorType { get; set; } 38 39 public string? gender { get; set; } 40 public string? nationality { get; set; } 41 public string? citizenship { get; set; } 42 public string? studyType { get; set; } 43 public string? studyStatus { get; set; } 39 44 } 40 45
Note:
See TracChangeset
for help on using the changeset viewer.
