C# Class MusicShop.Models.Microphone

Inheritance: Article, IMicrophone
显示文件 Open project: Y-LyN-10/Software-University-Courses

Public Methods

Method Description
Microphone ( string make, string model, decimal price, bool hasCable ) : System
ToString ( ) : string

Method Details

Microphone() public method

public Microphone ( string make, string model, decimal price, bool hasCable ) : System
make string
model string
price decimal
hasCable bool
return System

ToString() public method

public ToString ( ) : string
return string