コード例 #1
0
 public ParticipantController(
     IParticipantResultList _iparticipanResult,
     ICreatingFilters _filters,
     IParticipantStartingGroup _istartGroup,
     IInfoAboutParticipant infoAboutParticipant)
 {
     this.iparticipanResult    = _iparticipanResult;
     this.ifilters             = _filters;
     this.istartGroup          = _istartGroup;
     this.infoAboutParticipant = infoAboutParticipant;
 }
コード例 #2
0
        public RegistrationParticipantController(
            IInfoAboutParticipant iinfoParticipant,
            IOfficeEntities iOfficeEntities,
            IStoredProcedures istoredP
            )
        {
            this.iinfoParticipant = iinfoParticipant;
            this.ikartoteka2      = new Kartoteka2Info();
            this.idystans         = new DystansFiltr();
            this.iOfficeEntities  = iOfficeEntities;
            this.istoredP         = istoredP;

            this.icheck             = new CheckWerification();
            this.inewRec            = new NewRecord();
            this.iaddZaw            = new AddZawodnik(icheck);
            this.iplayer            = new PlayerVerification();
            this.isimpleAdd         = new SimpleAddingParticipant(inewRec, iaddZaw, iplayer);
            this.ireport            = new ParticipantResult();
            this.iresultParticipant = new ParticipantResultList();
        }
コード例 #3
0
 public Test_InfoAboutParticipant()
 {
     iofficeEntities_Fake      = new Fake_IOfficeEntities();
     this.infoAboutParticipant = new InfoAboutParticipant();
 }