public UnitOfWork() { _ctx = new TradeContext(); _ctx.Database.EnsureCreated(); }
public Repository(TradeContext ctx) { _ctx = ctx; }