Example #1
0
 protected void Notificar(string mensagem)
 {
     _notificador.handle(new Notificacao(mensagem));
 }
 protected void NotificarErro(string errorMsg)
 {
     _notificador.handle(new Notificacao(errorMsg));
 }