Beispiel #1
0
        public ActionResult GetSPMasterEO(int IdSPMaster)
        {
            SPMaster master = MPIntranet.Business.SchedeProcesso.SPMaster.EstraiSPMaster(IdSPMaster);

            return(PartialView("ElementiObbligatoriPartial", master.ElementiObbligatori));
        }
Beispiel #2
0
        public ActionResult GetSPMaster(int IdSPMaster)
        {
            SPMaster master = MPIntranet.Business.SchedeProcesso.SPMaster.EstraiSPMaster(IdSPMaster);

            return(Json(master));
        }