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