Exemple #1
0
 public static EventSectionModel ToEventSectionModel(this EventSections eventsection)
 {
     return(new EventSectionModel
     {
         EventId = eventsection.EventId,
         Price = eventsection.Price,
         SectionId = eventsection.SectionId
     });
 }
Exemple #2
0
 public static EventSectionModel ToEventSectionModel(this EventSections eventsection)
 {
     return(new EventSectionModel
     {
         EventId = eventsection.EventId,
         Price = eventsection.Price,
         SectionId = eventsection.SectionId,
         VenueId = eventsection.VenueId,
         RowVersion = eventsection.RowVersion
     });
 }