Exemplo n.º 1
0
 protected void Notificar(string mensagem)
 {
     _notificador.handle(new Notificacao(mensagem));
 }
Exemplo n.º 2
0
 protected void NotificarErro(string errorMsg)
 {
     _notificador.handle(new Notificacao(errorMsg));
 }