Fix build issue
Property had two two get keywords declared
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ public class Text
|
||||
public string Subject { get; set; }
|
||||
public string Message { get; set; }
|
||||
public int UserID { get; set; }
|
||||
public DateTime DateCreated { get; get; }
|
||||
public DateTime DateCreated { get; set; }
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user