Changeset c0256f3 for iknow-api/DTOs
- Timestamp:
- 10/27/25 21:50:02 (11 months ago)
- Branches:
- master
- Children:
- e423ff3
- Parents:
- 4f5d8fd
- File:
-
- 1 edited
-
iknow-api/DTOs/UserDTO.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/DTOs/UserDTO.cs
r4f5d8fd rc0256f3 22 22 public DateTime Bday { get; set; } 23 23 public UserRole Role { get; set; } 24 public float gpa { get; set; } 25 public type tip { get; set; } 26 public string city { get; set; } = string.Empty; 27 public string address { get; set; } = string.Empty; 28 public string municipality { get; set; } = string.Empty; 29 public string phoneNumber { get; set; } = string.Empty; 30 public string microsoftEmail { get; set; } = string.Empty; 31 public int enrollmentYear { get; set; } 32 public quota quotaType { get; set; } 33 public major majorType { get; set; } 34 24 35 } 25 36 … … 44 55 Student 45 56 } 57 public enum type 58 { 59 strucen, gimnazija 60 } 61 public enum quota 62 { 63 drzavna, privatna, stipendija 64 } 65 public enum major 66 { 67 SIIS, PIT, KN, KI, IMB, IE, SSP, SEIS 68 } 46 69 }
Note:
See TracChangeset
for help on using the changeset viewer.
