Addressing build warnings
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ public class TextQueue
|
||||
{
|
||||
#region Properties
|
||||
public int TextQueueID { get; set; }
|
||||
public string Status { get; set; }
|
||||
public string ContactPhoneNumber { get; set; }
|
||||
public string? Status { get; set; }
|
||||
public string? ContactPhoneNumber { get; set; }
|
||||
public int TextID { get; set; }
|
||||
public int UserID { get; set; }
|
||||
public DateTime DateCreated { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user