Exemple #1
0
 public ActionResult Delete(int id)
 {
     userBLL.DeleteById(id);
     return(RedirectToAction("List"));
 }
        private void ActionDelete()
        {
            var Id = TextDelete();

            BLL.DeleteById(Id);
        }