Esempio n. 1
0
        public async Task Excluir(Guid id)
        {
            await _normaRepository.Excluir(id);

            return;
        }