NetProxy Use services.AddProxy(); Call Product Service public async Task<IActionResult> Index() { var result = await _productService.GetAllProduct(); return View(); }