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

            return(con.Run());
        }