C# Class ProductsApp.Models.Product

Afficher le fichier Open project: jannunzi/dev Class Usage Examples

Méthodes publiques

Méthode Description
Product ( ) : System
Product ( int id, string name, string category, decimal price ) : System

Method Details

Product() public méthode

public Product ( ) : System
Résultat System

Product() public méthode

public Product ( int id, string name, string category, decimal price ) : System
id int
name string
category string
price decimal
Résultat System