Ejemplo n.º 1
0
        public static void GetXCalendarsByXLea(XPress xPress)
        {
            List <XCalendarType> xCalendarTypeList = xPress.GetXCalendarsByXLea(LEA_REFID, OPAQUE_MARKER).Data;

            foreach (XCalendarType o in xCalendarTypeList)
            {
                Console.WriteLine(o.refId + " | " + o.schoolRefId + " | " + o.Metadata.SchoolYear);
            }
        }