public PlacarsController(FelipeBastosAnotherProjectContext context)
 {
     _context = context;
 }
 public HomeController(FelipeBastosAnotherProjectContext context)
 {
     _context = context;
 }
Exemple #3
0
 public JogadorsController(FelipeBastosAnotherProjectContext context)
 {
     _context = context;
 }