aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Startup.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ExamTemplate/Web/Startup.cs')
-rw-r--r--ExamTemplate/Web/Startup.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/ExamTemplate/Web/Startup.cs b/ExamTemplate/Web/Startup.cs
index 9c43601..0754bff 100644
--- a/ExamTemplate/Web/Startup.cs
+++ b/ExamTemplate/Web/Startup.cs
@@ -2,7 +2,6 @@ using System;
using System.Linq;
using ExamTemplate.Data;
using ExamTemplate.Data.Models;
-using ExamTemplate.Data.Repositories;
using ExamTemplate.Services;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
@@ -14,7 +13,7 @@ using Microsoft.Extensions.Hosting;
namespace Web
{
- public class Startup
+ public class Startup
{
public Startup(IConfiguration configuration)
{
@@ -34,7 +33,6 @@ namespace Web
*/
services.AddTransient<UserService>();
- services.AddTransient<UserRepository>();
/*
* Database configuration