|
|
|
@@ -91,6 +91,14 @@ namespace CSVDownloader.Web { |
|
|
|
return new List<ElectronicMoneyCSVData>(); |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// 実行対象日か判定する |
|
|
|
/// </summary> |
|
|
|
public virtual bool IsWorkDate() { |
|
|
|
|
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
|
protected void Click(String xpath, bool wait = true) { |
|
|
|
|
|
|
|
if (wait) { |
|
|
|
|