Exemple #1
0
 public RawIndexBL(IRawIndexRepository rawIndexRepository)
 {
     this.rawIndexRepository = rawIndexRepository;
 }
Exemple #2
0
 public RawIndexBL()
 {
     this.rawIndexRepository = new RawIndexRepository();
 }