1234567891011121314151617 |
- using Comal.Classes;
- using InABox.Core;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- namespace PRS.Mobile
- {
- public static class RequiItems
- {
- public static List<StoreRequiItem> NewRequisitionRows { get; set; }
- public static List<RequisitionItem> OldRequisitionItems { get; set; }
- public static List<StockHoldingShell_Old2> holdingsCache { get; set; }
- public static bool HoldingsLoaded { get; set; }
-
- }
- }
|