Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/DTOs/UserDTO.cs

    rb38c39c r3347c1b  
    66        public string Email { get; set; } = string.Empty;
    77        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; }
    129    }
    1310
    … …  
    2219        public DateTime Bday { get; set; }
    2320        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 
    3521    }
    3622
    … …  
    5541        Student
    5642    }
    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     }
    6943}
Note: See TracChangeset for help on using the changeset viewer.