Example #1
0
        public static void WriteWithDapper()
        {
            var writer = new DapperDiscountRepository();

            writer.Test("TEN", 10);
        }
Example #2
0
        public static void DapperDiscounts()
        {
            var repo = new DapperDiscountRepository();

            repo.DumpAll();
        }