Exemplo n.º 1
0
 public static int Main(string[] argv)
 {
     MigratorConsole con = new MigratorConsole(argv);
     return con.Run();
 }
Exemplo n.º 2
0
        public static int Main(string[] argv)
        {
            var con = new MigratorConsole(argv);

            return(con.Run());
        }