示例#1
0
        public LableBL(ILableRL labelManagementRL, IDistributedCache distributedCache)
        {
            this.label = labelManagementRL;

            this.distributedCache = distributedCache;
            redis = new RedisCacheServiceBL(this.distributedCache);
        }
示例#2
0
 public CollabratorBL(IcollabratorRL icollabratorRL, IDistributedCache distributedCache)
 {
     this.icollabratorRL   = icollabratorRL;
     this.distributedCache = distributedCache;
     redis = new RedisCacheServiceBL(this.distributedCache);
 }
示例#3
0
 public NotesBL(INotesRL notesRL, IDistributedCache distributedCache)
 {
     this.notesRL          = notesRL;
     this.distributedCache = distributedCache;
     redis = new RedisCacheServiceBL(this.distributedCache);
 }