示例#1
0
        public async Task <bool> Delete(Guid id)
        {
            await _pagamentoRepository.Delete(id);

            return(true);
        }