Exemplo n.º 1
0
        public static int SaveChanges(this DbContext context, IPrimaryKeyFactory keyFactory)
        {
            var result = context.SaveChanges();

            keyFactory.Commit();
            return(result);
        }
Exemplo n.º 2
0
        => true;     //do nothing we dont support this


        public void AddPrimaryKeygeneratorToTransaction(IPrimaryKeyFactory keyFactory)
        {
        }