Skip to content

Instantly share code, notes, and snippets.

@vmandic
Created October 13, 2018 18:18
Show Gist options
  • Save vmandic/9f5ab3af51be23b8567fa1c3e2d9fbd8 to your computer and use it in GitHub Desktop.
Save vmandic/9f5ab3af51be23b8567fa1c3e2d9fbd8 to your computer and use it in GitHub Desktop.
meds-processor, part 1 of 6, snippet 7
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