Exemplo n.º 1
0
 public bool ClearLogContent()
 {
     try
     {
         return(_logProvider.ClearLog());
     }
     catch (Exception e)
     {
         Console.WriteLine(e);
         throw;
     }
 }