Пример #1
0
 public static Notification GigUncancelled(Gig gig)
 {
     return(new Notification(gig, NotificationType.GigUncancelled));
 }
Пример #2
0
 public static Notification GigCreated(Gig gig)
 {
     return(new Notification(gig, NotificationType.GigCreated));
 }