Esempio n. 1
0
 public ActionResult DeleteConfirmed(Guid id)
 {
     _statusAppService.Remove(id);
     return(RedirectToAction("Index"));
 }