Ejemplo n.º 1
0
 public ActionResult LotManagment()//
 {
     return(View("~/Views/Main.cshtml", _shopModel.GetUserByName(User.Identity.Name)));
 }