Beispiel #1
0
 public TeamController(IFootballDbService service)
 {
     _service = service;
 }
 public FootballController(IFootballDbService context)
 {
     _context = context;
 }
 public FootballController(IFootballDbService service)
 {
     _dbService = service;
 }