public static void DeleteLogsByStoryName(string storyName) { if (storyName == null) { storyName = ""; } LogsRepository.DeleteLogsByStoryName(storyName); }
public static void DeleteLogsByStoryName(string storyName) { LogsRepository.DeleteLogsByStoryName(storyName); }