Esempio n. 1
0
        public WorldPlanningInfo GetStoreWorldPlanningInfo(bool IsPlanning, long storeid, long worldid, DateTime beginWeekDate)
        {
            StoreWorldEstimateInfoBuilder builderWorldInfo = new StoreWorldEstimateInfoBuilder(StoreService, this);

            builderWorldInfo.IsPlanning = IsPlanning;
            return(builderWorldInfo.GetWorldInfo(ExStoreToWorld.Get(storeid, worldid), beginWeekDate));
        }