I have a database named "a" with the tables "aha", "aho" and "ahi".
How can I show them in one view on MVC?
I use ASP.NET Core 2.
<html>
<div>aha.name</div>
<div>aha.address</div>
<div>aha.phonenumber</div>
<div>aho.id</div>
<div>aho.name</div>
<div>aho.price</div>
<div>ahi.name</div>
<div>ahi.opentime</div>
<div>ahi.closetime</div>
</html>