public DGObjectLoader(DbContext dbContext) { _dbLoader = new DbDataLoader(dbContext); }
public DGObjectLoader() { _dbLoader = new DbDataLoader(); }