示例#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));
 }