Exemplo n.º 1
0
 public CacheService(
     IObjectCache objectCache,
     IEatRegeratorAPIClient eatClient)
 {
     _objectCache = objectCache;
     _eatClient   = eatClient;
 }
Exemplo n.º 2
0
 public EatService(IEatRegeratorAPIClient eatClient)
 {
     _eatClient = eatClient;
 }