Beispiel #1
0
 public EventAttendance GetEntity()
 {
     return(new EventAttendance {
         Id = Id,
         EventRef = Event.GetEntity(),
         AttendanceTypeRef = AttendanceType.GetEntity(),
         Price = Price
     });
 }