Beispiel #1
0
        public async Task <IActionResult> OnGetAsync()
        {
            ProductType = await _productTypeRepository.GetProductTypesWithImages();

            return(Page());
        }