public LableBL(ILableRL labelManagementRL, IDistributedCache distributedCache) { this.label = labelManagementRL; this.distributedCache = distributedCache; redis = new RedisCacheServiceBL(this.distributedCache); }
public CollabratorBL(IcollabratorRL icollabratorRL, IDistributedCache distributedCache) { this.icollabratorRL = icollabratorRL; this.distributedCache = distributedCache; redis = new RedisCacheServiceBL(this.distributedCache); }
public NotesBL(INotesRL notesRL, IDistributedCache distributedCache) { this.notesRL = notesRL; this.distributedCache = distributedCache; redis = new RedisCacheServiceBL(this.distributedCache); }