C# 클래스 Kona.Model.InventoryRecord

파일 보기 프로젝트 열기: BenHall/Kona

공개 메소드들

메소드 설명
InventoryRecord ( ) : System
InventoryRecord ( int productID, int increment, string notes ) : System

메소드 상세

InventoryRecord() 공개 메소드

public InventoryRecord ( ) : System
리턴 System

InventoryRecord() 공개 메소드

public InventoryRecord ( int productID, int increment, string notes ) : System
productID int
increment int
notes string
리턴 System