Exemplo n.º 1
0
 protected void NotifyError(string mesage)
 {
     _notify.Handle(new Notify(mesage));
 }
Exemplo n.º 2
0
 protected void NotifyError(string errorMessage)
 {
     _notify.Handle(new Notification(errorMessage));
 }
Exemplo n.º 3
0
 protected void Notification(string message)
 {
     _notify.Handle(new Notification(message));
 }