예제 #1
0
 /// <summary>
 /// Delete the managed StoryFacade
 /// </summary>
 /// <returns>Parent Facade</returns>
 public TParent Delete()
 {
     _storyRepository.DeleteStory(this.Item.ProjectId, this.Item.Id);
     return(Done());
 }