This commit is contained in:
2018-12-04 16:11:51 +00:00
parent 15ea480dd7
commit d6e75a0560
4 changed files with 149 additions and 8 deletions

View File

@@ -23,6 +23,7 @@ namespace AyaNova.Models
public DateTime? StartDate { get; set; }
public DateTime? EndDate { get; set; }
public string Notes { get; set; }
public int Count {get;set;}
}