Example #1
0
 public ActionResult Delete(int id, int page, int type)
 {
     _iMessageServices.Remove(id);
     SetMessage($"删除成功");
     return(Redirect($"~/Message/index?currentPage={page}&type={type}"));
 }