示例#1
0
 public ChampionshipController(IFootballServices db)
 {
     _db = db;
 }
 public PlayerController(IFootballServices db)
 {
     _db = db;
 }