diff options
author | crupest <crupest@outlook.com> | 2019-02-18 19:56:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-18 19:56:13 +0800 |
commit | 1ff6afb0e9fd11ce37ed0206b992514041391761 (patch) | |
tree | 328e729bbbc08bcf8a16fc494cb1c6625e35d2a6 /Timeline/Configs | |
parent | a8d850e05fba39a46f54d3c2827e8b93bcbb129b (diff) | |
download | timeline-1ff6afb0e9fd11ce37ed0206b992514041391761.tar.gz timeline-1ff6afb0e9fd11ce37ed0206b992514041391761.tar.bz2 timeline-1ff6afb0e9fd11ce37ed0206b992514041391761.zip |
Add get pat api.
Diffstat (limited to 'Timeline/Configs')
-rw-r--r-- | Timeline/Configs/TodoListConfig.cs | 12 |
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; } + } +} |