Bit.Core.Services.CipherService.CipherService C# (CSharp) Method

CipherService() public method

public CipherService ( ICipherRepository cipherRepository, IPushService pushService ) : System
cipherRepository ICipherRepository
pushService IPushService
return System
        public CipherService(
            ICipherRepository cipherRepository,
            IPushService pushService)
        {
            _cipherRepository = cipherRepository;
            _pushService = pushService;
        }