Changeset ab652ff for iknow-api/Models/ContactInfo.cs
- Timestamp:
- 12/09/25 14:54:20 (10 months ago)
- Branches:
- master
- Children:
- 615f18d, f735dac
- Parents:
- 334981d
- File:
-
- 1 edited
-
iknow-api/Models/ContactInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Models/ContactInfo.cs
r334981d rab652ff 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.
