コード例 #1
0
 private void RemoveStory(string storyID)
 {
     _storyContainer.RemoveAndDeleteStory(storyID);
 }