Model.ProductInfo.GetSizeCost C# (CSharp) Method

GetSizeCost() public method

public GetSizeCost ( string pType ) : void
pType string
return void
        public void GetSizeCost(string pType)
        {
            ProductDocumationAccess p = new ProductDocumationAccess();
            sizeCost = p.GetProductSizeCost(pType);
        }        
        private string CalculateProductionPrice()