Good morning, I have the following problem, I need to pass a variable to another controller and I'm trying to do this for TempData, it follows the code:
var user = User.Identity.GetUserId();
var getUser = db.AspNetUsers.FirstOrDefault(x =>...
asked by
20.02.2017 / 20:00