Changeset 2d64b2e for iknow-api/Models/ContactInfo.cs
- Timestamp:
- 12/09/25 14:54:20 (10 months ago)
- Branches:
- master
- Children:
- 33c69d6, 691f152
- Parents:
- 22439d3
- File:
-
- 1 edited
-
iknow-api/Models/ContactInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Models/ContactInfo.cs
r22439d3 r2d64b2e 6 6 { 7 7 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; } 13 13 14 14 public int UserId { get; set; }
Note:
See TracChangeset
for help on using the changeset viewer.
