Пример #1
0
 public ActionResult DeleteCatalogue()
 {
     //get all Item ready to delete
     ViewData["Deleteable"] = catalogueBusiness.SearchAllDeleteable();
     return(View());
 }