예제 #1
0
 public static void DeleteLogsByStoryName(string storyName)
 {
     if (storyName == null)
     {
         storyName = "";
     }
     LogsRepository.DeleteLogsByStoryName(storyName);
 }
예제 #2
0
 public static void DeleteLogsByStoryName(string storyName)
 {
     LogsRepository.DeleteLogsByStoryName(storyName);
 }