This commit is contained in:
2018-12-05 21:18:51 +00:00
parent 517dcac7dd
commit 277ed7f1ed
3 changed files with 4 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ namespace AyaNova.Models
public DateTime? EndDate { get; set; }
public string Notes { get; set; }
public int Count {get;set;}
public List<string> Tags { get; set; }
}