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