Ignore:
Timestamp:
12/09/25 14:54:20 (10 months ago)
Author:
imbrsk <boris696boris@…>
Branches:
master
Children:
33c69d6, 691f152
Parents:
22439d3
Message:

Refactor model properties for consistency and clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/Models/ContactInfo.cs

    r22439d3 r2d64b2e  
    66    {
    77        public int Id { get; set; }
    8         public string? city { get; set; }
    9         public string? address { get; set; }
    10         public string? municipality { get; set; }
    11         public string? phoneNumber { get; set; }
    12         public string? microsoftEmail { get; set; }
     8        public string? City { get; set; }
     9        public string? Address { get; set; }
     10        public string? Municipality { get; set; }
     11        public string? PhoneNumber { get; set; }
     12        public string? MicrosoftEmail { get; set; }
    1313       
    1414        public int UserId { get; set; }
Note: See TracChangeset for help on using the changeset viewer.