public Notification( ANotification_Notification aNotification, IApplicationLocale locale) { ANotification = aNotification; Locale = locale; }
public NotificationListItem CreateNotificationListItem(ANotification_Notification aNotification) { var model = new NotificationListItem(aNotification, Locale); return(model); }
public Notification CreateNotification(ANotification_Notification aNotification) { return(new Notification(aNotification, Locale)); }