Exemple #1
0
 public ReportGenerator(List <Event> bandymaiPraeiti, HumanRepository humanRepository, GateRepository gateRepository)
 {
     this.bandymaiPraeiti = bandymaiPraeiti;
     this.humanRepository = humanRepository;
     this.gateRepository  = gateRepository;
 }
 public EventControler(HumanRepository humanRepository)
 {
     this.humanRepository = humanRepository;
     events = new List <Event>();
 }