Exemplo n.º 1
0
 protected void Notificar(string mensagem)
 {
     _notificador.Manipular(new Notificacao(mensagem));
 }