public Test_Report()
 {
     this.iKartoteka2InfoFake        = new Fake_kartoteka2Info();
     this.iParticipantReportFake     = new Fake_ParticipanReport();
     this.iParticipantReportTrue     = new ParticipantResult();
     this.iParticipantResultListFake = new Test_ParticipantResultList();
 }
        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();
        }
 public ReportController(IParticipantReport iParticipanResult)
 {
     iParticipantReport = iParticipanResult;
 }