Created
October 13, 2018 18:18
-
-
Save vmandic/9f5ab3af51be23b8567fa1c3e2d9fbd8 to your computer and use it in GitHub Desktop.
meds-processor, part 1 of 6, snippet 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace MedsProcessor.Common | |
{ | |
public static class Constants | |
{ | |
public const string CURRENT_LISTS_URL = "http://www.hzzo.hr/zdravstveni-sustav-rh/trazilica-za-lijekove-s-vazecih-lista/"; | |
public const string ARCHIVE_LISTS_URL = "http://www.hzzo.hr/zdravstveni-sustav-rh/trazilica-za-lijekove-s-vazecih-lista/arhiva-liste-lijekova/"; | |
public const string DOWNLOAD_DIR = ""; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment