Ejemplo n.º 1
0
 public static void DeleteLogsByStoryName(string storyName)
 {
     if (storyName == null)
     {
         storyName = "";
     }
     LogsRepository.DeleteLogsByStoryName(storyName);
 }
Ejemplo n.º 2
0
 public static void DeleteLogsByStoryName(string storyName)
 {
     LogsRepository.DeleteLogsByStoryName(storyName);
 }