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