コード例 #1
0
        public EfCoreEventStore(EfCoreEventStoreContext context)
        {
            _context = context;

            _context.Database.EnsureCreated();
        }
コード例 #2
0
 public EfCoreEventStore(EfCoreEventStoreContext context)
 {
     _context = context;
 }