Ejemplo n.º 1
0
 private static int FetchAndReturnExitCode(FetchOptions opts)
 {
     return(new FetchFromOPDS(opts).RunFetch());
 }