示例#1
0
        private void LoadLists()
        {
            m_partModels     = PartRepository.GetAllPartModels(UnitOfWork);
            m_shopfloorlines = AreaRepository.GetAllShopfloorlines(UnitOfWork);

            m_routeStations = Scout.Core.Service <IShopfloorService>()
                              .GetAllRouteStations(UnitOfWork);
        }