C# Class Marmalade_Global.ProductionLine

Show file Open project: DMOE15C/project-marmelade

Public Methods

Method Description
ProductionLine ( ) : System
ProductionLine ( int amount, int week, Product product ) : System

Method Details

ProductionLine() public method

public ProductionLine ( ) : System
return System

ProductionLine() public method

public ProductionLine ( int amount, int week, Product product ) : System
amount int
week int
product Product
return System