Esempio n. 1
0
        public EfCoreOutboxStore(EfCoreOutboxContext context)
        {
            _context = context;

            _context.Database.EnsureCreated();
        }
 public EfCoreOutboxStore(EfCoreOutboxContext context)
 {
     _context = context;
 }