Exemplo n.º 1
0
 public string Execute(string[] args, out bool result)
 {
     try
     {
         result = true;
         return(logRec.ToJSON());
     }
     catch (Exception)
     {
         result = false;
         return(null);
     }
 }