Example #1
0
 public VersenyhetvegeLogic(IVersenyHetvegeRepository repo)
 {
     this.vhRepo = repo;
 }
Example #2
0
 public VersenyhetvegeLogic()
 {
     this.vhRepo = new VersenyHetvegeRepository(new F1StatsDatabaseEntities());
 }