Ejemplo n.º 1
0
 public static Notification GigUncancelled(Gig gig)
 {
     return(new Notification(gig, NotificationType.GigUncancelled));
 }
Ejemplo n.º 2
0
 public static Notification GigCreated(Gig gig)
 {
     return(new Notification(gig, NotificationType.GigCreated));
 }