using comal.timesheets.CustomControls; using Comal.Classes; using InABox.Core; using System; using System.Collections.Generic; using System.Linq; namespace comal.timesheets { public static class RequiItems { public static List NewRequisitionRows { get; set; } public static List OldRequisitionItems { get; set; } public static List holdingsCache { get; set; } public static bool HoldingsLoaded { get; set; } } }