diff options
author | crupest <crupest@outlook.com> | 2020-01-29 23:13:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-29 23:13:15 +0800 |
commit | abde51b167f17301c25e32ae247e7909c0dc9367 (patch) | |
tree | c9131a7b95fffd64bf2c26527d7f62fbdefa7e2c /Timeline/Services/UserService.cs | |
parent | 81c261b59016e15d320ad963882afe4d9c7b5f7d (diff) | |
download | timeline-abde51b167f17301c25e32ae247e7909c0dc9367.tar.gz timeline-abde51b167f17301c25e32ae247e7909c0dc9367.tar.bz2 timeline-abde51b167f17301c25e32ae247e7909c0dc9367.zip |
...
Diffstat (limited to 'Timeline/Services/UserService.cs')
-rw-r--r-- | Timeline/Services/UserService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/Services/UserService.cs b/Timeline/Services/UserService.cs index 616e70ba..ff2306c5 100644 --- a/Timeline/Services/UserService.cs +++ b/Timeline/Services/UserService.cs @@ -6,7 +6,6 @@ using System.Linq; using System.Threading.Tasks;
using Timeline.Entities;
using Timeline.Helpers;
-using Timeline.Models;
using Timeline.Models.Validation;
using static Timeline.Resources.Services.UserService;
|