コード例 #1
0
 public TeamsController(IWorldCupRepository worldCupRepository)
 {
     _worldCupRepository = worldCupRepository;
 }
コード例 #2
0
 public WorldCupController3(IWorldCupRepository worldCupRepository)
 {
     _worldCupRepository = worldCupRepository;
 }
コード例 #3
0
 public TeamsController(IWorldCupRepository worldCupRepository)
 {
     _worldCupRepository = worldCupRepository;
     AutoMapperConfig.Initialize();
 }
コード例 #4
0
 public PlayersController(IWorldCupRepository worldCupRepository)
 {
     _worldCupRepository = worldCupRepository;
 }