示例#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();
 }