Example #1
0
 public void ExcluirPerfil(Guid id)
 {
     _perfilRepositorio.Excluir(id);
 }