aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/Http/UserController.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-13 18:03:29 +0800
committercrupest <crupest@outlook.com>2020-03-13 18:03:29 +0800
commit5edffd0242a16e9866a1f4e9f1e1d2ff4e549d2c (patch)
tree23167ac72ad2a0a878eacbfec7fdd9b8b4a81c55 /Timeline/Models/Http/UserController.cs
parent636cf3839d92e884987e4e3aec7f23953d02fe37 (diff)
downloadtimeline-5edffd0242a16e9866a1f4e9f1e1d2ff4e549d2c.tar.gz
timeline-5edffd0242a16e9866a1f4e9f1e1d2ff4e549d2c.tar.bz2
timeline-5edffd0242a16e9866a1f4e9f1e1d2ff4e549d2c.zip
Clean code.
Diffstat (limited to 'Timeline/Models/Http/UserController.cs')
-rw-r--r--Timeline/Models/Http/UserController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/Models/Http/UserController.cs b/Timeline/Models/Http/UserController.cs
index e4c95cbd..5ee02a95 100644
--- a/Timeline/Models/Http/UserController.cs
+++ b/Timeline/Models/Http/UserController.cs
@@ -1,7 +1,6 @@
using AutoMapper;
using System.ComponentModel.DataAnnotations;
using Timeline.Models.Validation;
-using Timeline.Services;
namespace Timeline.Models.Http
{