Esempio n. 1
0
 public VersenyhetvegeLogic(IVersenyhetvegeRepository repo)
 {
     this.vhRepo = repo;
 }
Esempio n. 2
0
 public VersenyhetvegeLogic(string connectionPassword)
 {
     this.vhRepo = new VersenyHetvegeRepository(connectionPassword);
 }