Method | Description | |
---|---|---|
Build ( ) : Rental[] | ||
GetRentalInformation ( string title, TypeOfMovie priceCodesOfMovie, int daysRented ) : void |
Method | Description | |
---|---|---|
BuildMovie ( TypeOfMovie priceCode, string title ) : Movie | ||
BuildRental ( TypeOfMovie priceCode, string title, int daysRented ) : Rental |
public static GetRentalInformation ( string title, TypeOfMovie priceCodesOfMovie, int daysRented ) : void | ||
title | string | |
priceCodesOfMovie | TypeOfMovie | |
daysRented | int | |
return | void |