예제 #1
0
 public ActionResult <bool> DelFlowMaster(Guid masterID)
 {
     LogContent = "删除了Master,ID:" + JsonConvert.SerializeObject(masterID);
     return(bll.DelFlowMaster(masterID));
 }