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