public Runner(IDemoService demoService, ICacheDemoService cacheDemoService) { _demoService = demoService; _cacheDemoService = cacheDemoService; }
public AlbumController(IAlbumService albumService, ICacheDemoService cacheDemo, IDistributedCacheDemo distributedCache) { _albumService = albumService; _cacheDemo = cacheDemo; _distributedCache = distributedCache; }