예제 #1
0
파일: Story.cs 프로젝트: aoki1210/kigg
 public void RemoveAllTags()
 {
     //It should load all UserTags then clear the collection
     StoryTags.Clear();
 }
예제 #2
0
 public virtual void RemoveAllTags()
 {
     StoryTags.Clear();
 }