Ejemplo n.º 1
0
        public static List <PartePlan> ObtenerParteActividades(string PLAN_Interno)
        {
            ControlPlan Plan = new ControlPlan();

            return(Plan.ObtenerParteActividades(int.Parse(PLAN_Interno)));
        }
Ejemplo n.º 2
0
        public static List <PartePlan> ObtenerParteActividades()
        {
            ControlPlan Plan = new ControlPlan();

            return(Plan.ObtenerParteActividades(Interno));
        }