Exemple #1
0
 public PA_PLAN_AREA_SEL_Result ObtenerPlanArea(int pIdPlanArea)
 {
     using (DB_INNOVASCHOOLSEntities contexto = new DB_INNOVASCHOOLSEntities())
     {
         PA_PLAN_AREA_SEL_Result objeto = new PA_PLAN_AREA_SEL_Result();
         objeto = contexto.PA_PLAN_AREA_SEL(pIdPlanArea).ToList().FirstOrDefault();
         return(objeto);
     }
 }