Example #1
0
 public static Notification GigCreated(Gig gig)
 {
     return(new Notification(NotificationType.GigUpdated, gig));
 }
Example #2
0
 //Factory methods working with private methods
 public static Notification GigCanceled(Gig gig)
 {
     return(new Notification(NotificationType.GigCanceled, gig));
 }