示例#1
0
        public static void Run()
        {
            var service = new IntegrationService(
                new ChecksumRepository(),
                new MasterListService(),
                new NextcomRepository(),
                new TripletexProductService()
                );

            service.FullSyncProducts();
        }