public async Task <ActionResult> Get([FromQuery] SearchProductCatalogList searchProductCatalogList) { var listProductCatalogList = await _iProductCatalogService.GetProductCatalog(searchProductCatalogList); return(Ok(listProductCatalogList)); }