示例#1
0
        public async Task <IActionResult> NewProductsTypes()
        {
            ProductsTypesAllAndThis productsTypesAllAndThis = await _dataProcessingConveyor.GetPropductParentTypesAsync();

            return(View(productsTypesAllAndThis));
        }