Exemplo n.º 1
0
 public PlayerProcessorV3(int start, int end)
 {
     initialize(EPLClientFactory.createHttpClient());
     _playerStart = start;
     _playerEnd   = end;
 }
Exemplo n.º 2
0
 public PlayerProcessorV3()
 {
     initialize(EPLClientFactory.createHttpClient());
 }