Beispiel #1
0
 public IActionResult GetUser(int id)
 {
     ;
     return(View("AllUserInfo", db.GetUser(id)));
 }