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