Index: iknow-api/Models/ContactInfo.cs
===================================================================
--- iknow-api/Models/ContactInfo.cs	(revision 35924766238e487b4af38d5827bdcda86852bd88)
+++ iknow-api/Models/ContactInfo.cs	(revision 33c69d6e6096b3f8bcc1428ef0cedb8ded41b5c2)
@@ -6,9 +6,9 @@
     {
         public int Id { get; set; }
-        public string? city { get; set; }
-        public string? address { get; set; }
-        public string? municipality { get; set; }
-        public string? phoneNumber { get; set; }
-        public string? microsoftEmail { get; set; }
+        public string? City { get; set; }
+        public string? Address { get; set; }
+        public string? Municipality { get; set; }
+        public string? PhoneNumber { get; set; }
+        public string? MicrosoftEmail { get; set; }
         
         public int UserId { get; set; }
