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