Changeset 2d64b2e for iknow-api/DTOs


Ignore:
Timestamp:
12/09/25 14:54:20 (10 months ago)
Author:
imbrsk <boris696boris@…>
Branches:
master
Children:
33c69d6, 691f152
Parents:
22439d3
Message:

Refactor model properties for consistency and clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/DTOs/UserDTO.cs

    r22439d3 r2d64b2e  
    1919    {
    2020        public string Name { get; set; } = string.Empty;
     21        public string? MiddleName { get; set; }
    2122        public string Surname { get; set; } = string.Empty;
    2223        public string EMBG { get; set; } = string.Empty;
     
    3637        public Quota quotaType { get; set; }
    3738        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; }
    3944    }
    4045
Note: See TracChangeset for help on using the changeset viewer.