Exemple #1
0
 public UrlItemRepository(TruncDbBase store)
 {
     _store = store;
 }
Exemple #2
0
 public UrlHitRepository(TruncDbBase store)
 {
     _store = store;
 }