tabel
public ActionResult Delete(String id) { return View(db.aspnet_Users.First(z => z.UserName ==id)); }
id
null
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)