Ejemplo n.º 1
0
 public PhaseController(IPhaseAppCRUDService phaseAppCRUDService,
                        ITournamentAppBusinessService tournamentAppBusinessService)
 {
     this._phaseAppCRUDService          = phaseAppCRUDService;
     this._tournamentAppBusinessService = tournamentAppBusinessService;
 }
Ejemplo n.º 2
0
 public MatchController(IPhaseAppCRUDService phaseAppCRUDService)
 {
     _phaseAppCRUDService = phaseAppCRUDService;
 }