コード例 #1
0
ファイル: OrderPuller.cs プロジェクト: FangYuFan/fastSQL
 public OrderPuller(OrderPullerOptionManager optionManager,
                    OrderProcessor processor,
                    FastProvider provider,
                    FastAdapter adapter,
                    EntityRepository entityRepository,
                    ConnectionRepository connectionRepository) : base(optionManager, processor, provider, adapter, entityRepository, connectionRepository)
 {
 }
コード例 #2
0
ファイル: OrderPuller.cs プロジェクト: tww19861004/fastSQL
 public OrderPuller(OrderPullerOptionManager optionManager,
                    OrderProcessor processor,
                    FastAdapter adapter) : base(optionManager, processor, adapter)
 {
 }