C# 클래스 OnlineShop.Models.Products.ProductsModels.ComputersModels.Laptop

상속: OnlineShop.Models.Products.ProductsModels.ComputersModels.Computer
파일 보기 프로젝트 열기: georgidelchev/CSharp-Programming-Advanced

공개 메소드들

메소드 설명
Laptop ( int id, string manufacturer, string model, decimal price )

메소드 상세

Laptop() 공개 메소드

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