diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-12 16:44:17 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-12 16:44:17 +0300 |
| commit | 7255325ae424e0d1f1b48d01bde8357096c2db8b (patch) | |
| tree | 63d769f2cd1ee963cc06c0fd64ca142783ba612e /ExamTemplate/Web | |
| parent | 3ba9108bc24f0419a552f535fbc7495071884e97 (diff) | |
| download | it-kariera-exam-template-7255325ae424e0d1f1b48d01bde8357096c2db8b.tar it-kariera-exam-template-7255325ae424e0d1f1b48d01bde8357096c2db8b.tar.gz it-kariera-exam-template-7255325ae424e0d1f1b48d01bde8357096c2db8b.zip | |
Moved services to their own folder and updated their namespaces
Diffstat (limited to 'ExamTemplate/Web')
| -rw-r--r-- | ExamTemplate/Web/Startup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExamTemplate/Web/Startup.cs b/ExamTemplate/Web/Startup.cs index ec479a7..c18bca6 100644 --- a/ExamTemplate/Web/Startup.cs +++ b/ExamTemplate/Web/Startup.cs @@ -3,7 +3,7 @@ using System.Linq; using ExamTemplate.Common;
using ExamTemplate.Data;
using ExamTemplate.Data.Models;
-using ExamTemplate.Services;
+using ExamTemplate.Services.Services;
using ExamTemplate.Services.Interfaces;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
|
