예제 #1
0
 public Gig()
 {
     Attendances = new Collection <Attendance>();
     Notification.gigCreated(this);
 }