public static Notification GigCanceled(Gig gig) { return(new Notification(gig, NotificationType.GigCanceled)); }
public static Notification GigUpdated(Gig gig, DateTime originalDateTime, string originalVenue) { return(new Notification(gig, NotificationType.GigUpdated, originalDateTime, originalVenue)); }