Пример #1
0
 public static Notification CreateGig(Gig gigInfo)
 {
     return(new Notification(gigInfo, NotificationType.GigNew));
 }
Пример #2
0
 public static Notification CancelGig(Gig gigInfo)
 {
     return(new Notification(gigInfo, NotificationType.GigCanceled));
 }