Exemplo n.º 1
0
 public void RemoveAllTags()
 {
     //It should load all UserTags then clear the collection
     StoryTags.Clear();
 }
Exemplo n.º 2
0
 public virtual void RemoveAllTags()
 {
     StoryTags.Clear();
 }