Ejemplo n.º 1
0
 public TeamProfileViewComponent(ApplicationDbContext context, matchesContext matchcontext)
 {
     _context      = context;
     _matchcontext = matchcontext;
 }
 public MatchesController(matchesContext context)
 {
     _context = context;
 }