public BaseRepository(MLMDbContext context) { this._context = context; }
public DbFactory(MLMDbContext dbContext) { _dbContext = dbContext; }