This commit is contained in:
@@ -26,6 +26,10 @@ namespace AyaNova.Models
|
||||
public int Count {get;set;}
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
public Widget(){
|
||||
Tags=new List<string>();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user