C# Class Tenant.Mvc.Core.Models.ConcertTicketLevel

Mostrar archivo Open project: Microsoft/WingTipTickets

Public Methods

Method Description
ConcertTicketLevel ( )
ConcertTicketLevel ( int ticketLevelId, string description, int concertId, int seatSectionId, decimal ticketPrice )

Method Details

ConcertTicketLevel() public method

public ConcertTicketLevel ( )

ConcertTicketLevel() public method

public ConcertTicketLevel ( int ticketLevelId, string description, int concertId, int seatSectionId, decimal ticketPrice )
ticketLevelId int
description string
concertId int
seatSectionId int
ticketPrice decimal