C# Class FormHelperSample.Models.Product

Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Product ( ) : System
Product ( int id, string name, float price, Supplier supplier ) : System

Method Details

Product() public méthode

public Product ( ) : System
Résultat System

Product() public méthode

public Product ( int id, string name, float price, Supplier supplier ) : System
id int
name string
price float
supplier Supplier
Résultat System