ObjectOperations.ProductType.ProductType C# (CSharp) Méthode

ProductType() public méthode

public ProductType ( string code, string label ) : System
code string
label string
Résultat System
		public ProductType(string code, string label)
		{
			_code = code;
			_label = label;
		}
ProductType