public Repository(SportsProContext ctx) { context = ctx; dbset = context.Set <T>(); }
public SportsUnitWork(SportsProContext ctx) { context = ctx; }