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