예제 #1
0
 // GET: Users
 public ActionResult Index()
 {
     return(View(userQueries.GetAllUsersWithLocationInfo()));
 }