Ejemplo n.º 1
0
        public Task <Contribution> GetByEmailAndNoteId(string email, string noteId)
        {
            var key = KeyProvider.KeyProvider(new Contribution(email, noteId, ContributionType.Reader));

            return(GetByKey(key));
        }