Exemple #1
0
 public JugadoresService(GoleadaDBEntities contexto)
 {
     repo = new JugadoresRepository(contexto);
 }
        public JugadoresService(ea2Context context)
        {
            ea2Context ctx = context;

            jugadoresRepository = new JugadoresRepository <T>(ctx);
        }