This commit is contained in:
2018-12-05 23:23:56 +00:00
parent 021b91c3a5
commit bb1cac4014
4 changed files with 68 additions and 26 deletions

View File

@@ -26,6 +26,10 @@ namespace AyaNova.Models
public int Count {get;set;}
public List<string> Tags { get; set; }
public Widget(){
Tags=new List<string>();
}
}
}