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