public QueryReporitory(BaseDbContext context) { this.uw = context; }
public UnitOfWork() { context = new BaseDbContext(); }
public Repository(BaseDbContext context) { this.uw = context; }