summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Services/Interfaces/IInputService.cs
diff options
context:
space:
mode:
authorWouterTinus <wouter.tinus@gmail.com>2019-09-05 21:04:39 +0200
committerWouterTinus <wouter.tinus@gmail.com>2019-09-05 21:04:39 +0200
commit396435c9913842a2524792a01b0f44b9bbf091d9 (patch)
tree0367bbb3cfa41058506a42a02245db2378f9d405 /src/main.lib/Services/Interfaces/IInputService.cs
parent51085de88c1de134c6fe74b912bdbb3c0ee62f70 (diff)
downloadletsencrypt-win-simple-396435c9913842a2524792a01b0f44b9bbf091d9.zip
letsencrypt-win-simple-396435c9913842a2524792a01b0f44b9bbf091d9.tar.gz
letsencrypt-win-simple-396435c9913842a2524792a01b0f44b9bbf091d9.tar.bz2
progress
Diffstat (limited to 'src/main.lib/Services/Interfaces/IInputService.cs')
-rw-r--r--src/main.lib/Services/Interfaces/IInputService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.lib/Services/Interfaces/IInputService.cs b/src/main.lib/Services/Interfaces/IInputService.cs
index aaabc8f..4e96f8c 100644
--- a/src/main.lib/Services/Interfaces/IInputService.cs
+++ b/src/main.lib/Services/Interfaces/IInputService.cs
@@ -14,6 +14,7 @@ namespace PKISharp.WACS.Services
void Show(string label, string value = null, bool first = false, int level = 0);
bool Wait(string message = "");
void WritePagedList(IEnumerable<Choice> listItems);
+ string FormatDate(DateTime date);
}