示例#1
0
 static void Main(string[] args)
 {
     try
     {
         TituloBus etl = new TituloBus();
         etl.AtualizarETL();
     }
     catch (Exception exc)
     {
         Log.GerarLog(exc);
     }
 }