i want to send two model in my view
and in other page maybe and need more...controller...ViewBag.Users = db.Users.ToList();
...and in View...@using Documentation.Models
@{
var Users = (Documentation.Models.User)ViewBag.Users;
}
<table>
@foreach (var...