public GolesService(ea2Context context) { ea2Context ctx = context; GolesRepository = new GolesRepository <T>(ctx); }
public GolesService(GoleadaDBEntities contexto) { repo = new GolesRepository(contexto); }