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