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