Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created March 11, 2020 06:55
public IActionResult CompanyDetail()
{
var company=TempData["company"] as Company;
return View();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment