C# Class OnlineShop.Models.Products.ProductsModels.ComputersModels.Laptop

Inheritance: OnlineShop.Models.Products.ProductsModels.ComputersModels.Computer
ファイルを表示 Open project: georgidelchev/CSharp-Programming-Advanced

Public Methods

Method Description
Laptop ( int id, string manufacturer, string model, decimal price )

Method Details

Laptop() public method

public Laptop ( int id, string manufacturer, string model, decimal price )
id int
manufacturer string
model string
price decimal