public ProductBacklogRepository(MUMScrumContext context) { this.context = context; }
public GenericRepository(MUMScrumContext context) { this.context = context; this.dbSet = context.Set <TEntity>(); }