aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Configs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-18 19:56:13 +0800
committercrupest <crupest@outlook.com>2019-02-18 19:56:13 +0800
commit1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b (patch)
tree8e1e2ac2dd6df278f59a97a37e5d374bc2644843 /Timeline/Configs
parent9756acc50f5f228968cf45d9e73c8dd3b4eacc6a (diff)
downloadtimeline-1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b.tar.gz
timeline-1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b.tar.bz2
timeline-1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b.zip
Add get pat api.
Diffstat (limited to 'Timeline/Configs')
-rw-r--r--Timeline/Configs/TodoListConfig.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Timeline/Configs/TodoListConfig.cs b/Timeline/Configs/TodoListConfig.cs
new file mode 100644
index 00000000..a69e8d03
--- /dev/null
+++ b/Timeline/Configs/TodoListConfig.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+
+namespace Timeline.Configs
+{
+ public class TodoListConfig
+ {
+ public string AzureDevOpsPat { get; set; }
+ }
+}