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