예제 #1
0
        public ActionResult SaveForm2(string keyValue, string strEntity, string strxM_Project_Details_EstimateList)
        {
            XM_Project_DatailsEntity entity = strEntity.ToObject <XM_Project_DatailsEntity>();
            List <XM_Project_Details_EstimateEntity> xM_Project_Details_EstimateList = strxM_Project_Details_EstimateList.ToObject <List <XM_Project_Details_EstimateEntity> >();

            projectDatailsIBLL.SaveEntity2(keyValue, entity, xM_Project_Details_EstimateList);
            return(Success("保存成功!"));
        }
예제 #2
0
 public ActionResult SaveForm(string keyValue, XM_Project_DatailsEntity entity)
 {
     projectDatailsIBLL.SaveEntity(keyValue, entity);
     return(Success("保存成功!"));
 }