Example #1
0
 public ServiceForDictonary(IDictonaryRepository _repository)
 {
     repository = _repository;
 }
Example #2
0
 public ServiceForDictonary()
 {
     repository = new DictonaryRepository();
 }