Changeset f0fc386 for iknow-api/DTOs/UserDTO.cs
- Timestamp:
- 12/08/25 21:51:12 (10 months ago)
- Branches:
- master
- Children:
- 18e0c10
- Parents:
- 5e22720
- File:
-
- 1 edited
-
iknow-api/DTOs/UserDTO.cs (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/DTOs/UserDTO.cs
r5e22720 rf0fc386 1 namespace iknow_api.DTOs 1 using System.Text.Json.Serialization; 2 3 namespace iknow_api.DTOs 2 4 { 3 5 // Login DTO … … 25 27 public UserRole Role { get; set; } 26 28 public float gpa { get; set; } 27 public Type tip { get; set; }29 public HighSchoolType tip { get; set; } 28 30 public string city { get; set; } = string.Empty; 29 31 public string address { get; set; } = string.Empty; … … 57 59 Student 58 60 } 59 public enum Type61 public enum HighSchoolType 60 62 { 61 63 strucen, gimnazija … … 65 67 drzavna, privatna, stipendija 66 68 } 67 public enum Major68 {69 SIIS, PIT, KN, KI, IMB, IE, SSP, SEIS70 }71 69 }
Note:
See TracChangeset
for help on using the changeset viewer.
