Exemplo n.º 1
0
 public DelayProfileService(IDelayProfileRepository repo, ICacheManager cacheManager)
 {
     _repo             = repo;
     _bestForTagsCache = cacheManager.GetCache <DelayProfile>(GetType(), "best");
 }
Exemplo n.º 2
0
 public DelayProfileService(IDelayProfileRepository repo)
 {
     _repo = repo;
 }
Exemplo n.º 3
0
 public DelayProfileService(IDelayProfileRepository repo)
 {
     _repo = repo;
 }