StoryDelete() public static method

public static StoryDelete ( Story story ) : bool
story Story
return bool
Example #1
0
 public static bool StoryDelete(int storyId)
 {
     return(StoryRepository.StoryDelete(
                StoryRepository.StoryFetch(storyId)));
 }