C# Class Kona.Model.InventoryRecord

Afficher le fichier Open project: BenHall/Kona

Méthodes publiques

Méthode Description
InventoryRecord ( ) : System
InventoryRecord ( int productID, int increment, string notes ) : System

Method Details

InventoryRecord() public méthode

public InventoryRecord ( ) : System
Résultat System

InventoryRecord() public méthode

public InventoryRecord ( int productID, int increment, string notes ) : System
productID int
increment int
notes string
Résultat System