Ejemplo n.º 1
0
 public static Notification CreateGig(Gig gigInfo)
 {
     return(new Notification(gigInfo, NotificationType.GigNew));
 }
Ejemplo n.º 2
0
 public static Notification CancelGig(Gig gigInfo)
 {
     return(new Notification(gigInfo, NotificationType.GigCanceled));
 }