Addressing build warnings
This commit is contained in:
+3
-3
@@ -6,9 +6,9 @@ public class Contact
|
||||
{
|
||||
#region Properties
|
||||
public int ContactID { get; set; }
|
||||
public string Firstname { get; set; }
|
||||
public string Lastname { get; set; }
|
||||
public string PhoneNumber { get; set; }
|
||||
public string? Firstname { get; set; }
|
||||
public string? Lastname { get; set; }
|
||||
public string? PhoneNumber { get; set; }
|
||||
public DateTime DateCreated { get; set; }
|
||||
public int UserID { get; set; }
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user