Beispiel #1
0
 public UnitOfWork()
 {
     _ctx = new TradeContext();
     _ctx.Database.EnsureCreated();
 }
Beispiel #2
0
 public Repository(TradeContext ctx)
 {
     _ctx = ctx;
 }