diff options
author | 杨宇千 <crupest@outlook.com> | 2019-03-04 19:57:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 19:57:56 +0800 |
commit | aca753fba19a221f1aec65030ba4aec4bc34f576 (patch) | |
tree | 552cbe6c50573e2d78e323e5d460db989cdd0a77 /Timeline/Controllers/UserTestController.cs | |
parent | 1259f24a7febc35400a10149b72af41dd00617ee (diff) | |
parent | cb58648843160a672ba9427b0abfb2dd87c86206 (diff) | |
download | timeline-aca753fba19a221f1aec65030ba4aec4bc34f576.tar.gz timeline-aca753fba19a221f1aec65030ba4aec4bc34f576.tar.bz2 timeline-aca753fba19a221f1aec65030ba4aec4bc34f576.zip |
Merge pull request #2 from crupest/migrate-todo
Migrate todo page from Azure DevOps WorkItems to Github Issues.
Diffstat (limited to 'Timeline/Controllers/UserTestController.cs')
-rw-r--r-- | Timeline/Controllers/UserTestController.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Timeline/Controllers/UserTestController.cs b/Timeline/Controllers/UserTestController.cs index 7fb6850b..cf5cf074 100644 --- a/Timeline/Controllers/UserTestController.cs +++ b/Timeline/Controllers/UserTestController.cs @@ -1,7 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; |