todo stage1
This commit is contained in:
@@ -17,11 +17,13 @@ namespace ToDoApp.Model
|
||||
[Required]
|
||||
public string Title { get; set; }
|
||||
|
||||
public string Description { get; set; }
|
||||
public string? Description { get; set; }
|
||||
|
||||
public DateTime DueDate { get; set; }
|
||||
public DateTime? DueDate { get; set; }
|
||||
|
||||
public bool IsCompleted { get; set; }
|
||||
public bool? IsToday { get; set; }
|
||||
|
||||
public bool? IsCompleted { get; set; }
|
||||
|
||||
public DateTime CreateDate { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user