コード例 #1
0
 public static Notification GigCanceled(Gig gig)
 {
     return(new Notification(NotificationType.GigCanceled, gig));
 }
コード例 #2
0
 public static Notification GigCreated(Gig gig)
 {
     return(new Notification(NotificationType.GigCreate, gig));
 }