toPaidSeatsEntity method

PaidSeatsEntity toPaidSeatsEntity()

Implementation

PaidSeatsEntity toPaidSeatsEntity() => PaidSeatsEntity(
      price: price.toPrinceEntity(),
      seatId: seatId,
    );