diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-11 11:56:44 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-11 11:56:44 +0300 |
| commit | 3edb4619a64e26883b752427b179d04ec30adef7 (patch) | |
| tree | 3723596d0bc2085af7af918a2ac4a22e64ae0ffe /ExamTemplate/Web/Controllers | |
| parent | 3fca091e1643e7a23a40d961fe5bdc72dd711271 (diff) | |
| download | it-kariera-exam-template-3edb4619a64e26883b752427b179d04ec30adef7.tar it-kariera-exam-template-3edb4619a64e26883b752427b179d04ec30adef7.tar.gz it-kariera-exam-template-3edb4619a64e26883b752427b179d04ec30adef7.zip | |
Made service models structure resemble that of the web models (models for each "feature" are in their own folder)
Diffstat (limited to 'ExamTemplate/Web/Controllers')
| -rw-r--r-- | ExamTemplate/Web/Controllers/AccountController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExamTemplate/Web/Controllers/AccountController.cs b/ExamTemplate/Web/Controllers/AccountController.cs index 373dd4b..f970a2c 100644 --- a/ExamTemplate/Web/Controllers/AccountController.cs +++ b/ExamTemplate/Web/Controllers/AccountController.cs @@ -2,7 +2,7 @@ using ExamTemplate.Services; using Microsoft.AspNetCore.Mvc; using ExamTemplate.Web.Models.User; using AutoMapper; -using ExamTemplate.Services.Models; +using ExamTemplate.Services.Models.User; using System.Threading.Tasks; using Microsoft.AspNetCore.Authorization; |
