예제 #1
0
        public async Task <IList <KeyModel> > GetAll(string ownerPublicKey)
        {
            var ownerKey = await GetByPublicKey(ownerPublicKey);

            return(await _keyData.GetAll(ownerKey.Id));
        }