diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-13 12:29:02 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-13 12:29:02 +0200 |
| commit | 3abbc13bcc55e68740564457fff455c849a1cd8a (patch) | |
| tree | 84eadad792ff05ba171c75de9e9a5376aa8cf752 /API/Controllers/UserController.cs | |
| parent | 3f9d6457360bba2eef24c013c5ba40fa92bf8cc7 (diff) | |
| download | DevHive-3abbc13bcc55e68740564457fff455c849a1cd8a.tar DevHive-3abbc13bcc55e68740564457fff455c849a1cd8a.tar.gz DevHive-3abbc13bcc55e68740564457fff455c849a1cd8a.zip | |
Ordering Models
Diffstat (limited to 'API/Controllers/UserController.cs')
| -rw-r--r-- | API/Controllers/UserController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/API/Controllers/UserController.cs b/API/Controllers/UserController.cs index 8503922..5817d47 100644 --- a/API/Controllers/UserController.cs +++ b/API/Controllers/UserController.cs @@ -3,7 +3,7 @@ using API.Database; using API.Service; using AutoMapper; using Microsoft.AspNetCore.Mvc; -using Data.Models.DTOs; +using Data.Models.DTOs.Identity; using Microsoft.AspNetCore.Authorization; using Data.Models.Options; |
