public GolesService(ea2Context context)
        {
            ea2Context ctx = context;

            GolesRepository = new GolesRepository <T>(ctx);
        }
Exemple #2
0
 public GolesService(GoleadaDBEntities contexto)
 {
     repo = new GolesRepository(contexto);
 }