Ejemplo n.º 1
0
 public ActionResult GetUsersByShop(int idShop)
 {
     return(View("~/Views/Main.cshtml", _shopModel.GetUsersByShop(idShop)));
 }