Changes in iknow-api/DTOs/UserDTO.cs [3347c1b:b38c39c]
- File:
-
- 1 edited
-
iknow-api/DTOs/UserDTO.cs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/DTOs/UserDTO.cs
r3347c1b rb38c39c 6 6 public string Email { get; set; } = string.Empty; 7 7 public string Password { get; set; } = string.Empty; 8 public bool GenerateRefreshToken { get; set; } 8 } 9 public class GetUserDataDto 10 { 11 public string JWT { get; set; } 9 12 } 10 13 … … 19 22 public DateTime Bday { get; set; } 20 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 21 35 } 22 36 … … 41 55 Student 42 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 } 43 69 }
Note:
See TracChangeset
for help on using the changeset viewer.
