Exemplo n.º 1
0
 /*===========================================================================================================*/
 // SP동작
 /*===========================================================================================================*/
 public void mfnListInsert(InterviewListIns p_ListIns)
 {
     mfnSp10000Line_News(
         p_WorkingTag:"MI",
         p_Character:String.Empty,
         p_ComentID: String.Empty,
         p_Content:  String.Empty,
         p_DetailID: String.Empty,
         p_FlowNum: null,
         p_ID: p_ListIns.AddID,
         p_MasterID: String.Empty,
         p_Position: String.Empty,
         p_Title: p_ListIns.Title);
 }
        public ActionResult InsertAction(InterviewListIns p_InterviewListIns)
        {
            listRepo.mfnListInsert(p_ListIns: p_InterviewListIns);

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