コード例 #1
0
        public async Task <bool> Remover(int id)
        {
            await _notaFiscalRepository.Remover(id);

            return(true);
        }