Changeset 4708118 for iknow-api/DTOs/UserDTO.cs
- Timestamp:
- 10/28/25 10:51:44 (11 months ago)
- Branches:
- master
- Children:
- f8af32b
- Parents:
- c2e73b6 (diff), ff202cf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Boris Gjorgjievski <69085722+imbrsk@…> (10/28/25 10:51:44)
- git-committer:
- GitHub <noreply@…> (10/28/25 10:51:44)
- File:
-
- 1 edited
-
iknow-api/DTOs/UserDTO.cs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/DTOs/UserDTO.cs
rc2e73b6 r4708118 7 7 public string Password { get; set; } = string.Empty; 8 8 public bool GenerateRefreshToken { get; set; } 9 } 10 public class GetUserDataDto 11 { 12 public string JWT { get; set; } 9 13 } 10 14 … … 19 23 public DateTime Bday { get; set; } 20 24 public UserRole Role { get; set; } 25 public float gpa { get; set; } 26 public type tip { get; set; } 27 public string city { get; set; } = string.Empty; 28 public string address { get; set; } = string.Empty; 29 public string municipality { get; set; } = string.Empty; 30 public string phoneNumber { get; set; } = string.Empty; 31 public string microsoftEmail { get; set; } = string.Empty; 32 public int enrollmentYear { get; set; } 33 public quota quotaType { get; set; } 34 public major majorType { get; set; } 35 21 36 } 22 37 … … 41 56 Student 42 57 } 58 public enum type 59 { 60 strucen, gimnazija 61 } 62 public enum quota 63 { 64 drzavna, privatna, stipendija 65 } 66 public enum major 67 { 68 SIIS, PIT, KN, KI, IMB, IE, SSP, SEIS 69 } 43 70 }
Note:
See TracChangeset
for help on using the changeset viewer.
