Changes in iknow-api/DTOs/UserDTO.cs [b38c39c:3347c1b]
- File:
-
- 1 edited
-
iknow-api/DTOs/UserDTO.cs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/DTOs/UserDTO.cs
rb38c39c r3347c1b 6 6 public string Email { get; set; } = string.Empty; 7 7 public string Password { get; set; } = string.Empty; 8 } 9 public class GetUserDataDto 10 { 11 public string JWT { get; set; } 8 public bool GenerateRefreshToken { get; set; } 12 9 } 13 10 … … 22 19 public DateTime Bday { get; set; } 23 20 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 35 21 } 36 22 … … 55 41 Student 56 42 } 57 public enum type58 {59 strucen, gimnazija60 }61 public enum quota62 {63 drzavna, privatna, stipendija64 }65 public enum major66 {67 SIIS, PIT, KN, KI, IMB, IE, SSP, SEIS68 }69 43 }
Note:
See TracChangeset
for help on using the changeset viewer.
