Пример #1
0
 public PhaseController(IPhaseAppCRUDService phaseAppCRUDService,
                        ITournamentAppBusinessService tournamentAppBusinessService)
 {
     this._phaseAppCRUDService          = phaseAppCRUDService;
     this._tournamentAppBusinessService = tournamentAppBusinessService;
 }
Пример #2
0
 public MatchController(IPhaseAppCRUDService phaseAppCRUDService)
 {
     _phaseAppCRUDService = phaseAppCRUDService;
 }