Exemplo n.º 1
0
        public async Task <bool> ExistAsync(string id)
        {
            var request = await _context.FindAsync <ClientRequest>(id);

            return(request != null);
        }