Example #1
0
 public static void Main(string[] args)
 {
     RunDbup.Execute();
     var experiment = new DapperPostDbUpExperiment();
     experiment.Execute(GetConnection());
     #if DEBUG
     Console.ReadLine();
     #endif
 }
Example #2
0
        public static void Main(string[] args)
        {
            RunDbup.Execute();
            var experiment = new DapperPostDbUpExperiment();

            experiment.Execute(GetConnection());
#if DEBUG
            Console.ReadLine();
#endif
        }