Exemplo n.º 1
0
        public async Task <IActionResult> NewProduct()
        {
            var allType = await _dataProcessingConveyor.GetNoParentPTtoSelectListAsync();

            return(View(new ProductAndProductTypes()
            {
                Product = null, ProductTypes = allType
            }));
        }