Example #1
0
 public void mfnListDelete(InterviewListDel p_ListDel)
 {
     mfnSp10000Line_News(
         p_WorkingTag: "MD",
         p_Character: String.Empty,
         p_ComentID:  String.Empty,
         p_Content:   String.Empty,
         p_DetailID:  String.Empty,
         p_FlowNum: null,
         p_ID: p_ListDel.UpdID,
         p_MasterID: p_ListDel.MasterID,
         p_Position:  String.Empty,
         p_Title:     String.Empty);
 }
        public ActionResult DeleteAction(InterviewListDel p_InterviewListDel)
        {
            listRepo.mfnListDelete(p_ListDel: p_InterviewListDel);

            return View("ShowResult", listRepo.mfnListSelect());
        }