Exemple #1
0
 public DelayProfileService(IDelayProfileRepository repo, ICacheManager cacheManager)
 {
     _repo             = repo;
     _bestForTagsCache = cacheManager.GetCache <DelayProfile>(GetType(), "best");
 }
 public DelayProfileService(IDelayProfileRepository repo)
 {
     _repo = repo;
 }
 public DelayProfileService(IDelayProfileRepository repo)
 {
     _repo = repo;
 }