Ejemplo n.º 1
0
 protected void InfoNotification(string message)
 {
     ViewData.SetNotification(UiNotification.Info(message));
 }
Ejemplo n.º 2
0
 protected void InfoNotification(MvcHtmlString unencodedMessage)
 {
     ViewData.SetNotification(UiNotification.Info(unencodedMessage));
 }