diff --git a/Controllers/ApplicationFormController.cs b/Controllers/ApplicationFormController.cs index d6bf01e..7f0bede 100644 --- a/Controllers/ApplicationFormController.cs +++ b/Controllers/ApplicationFormController.cs @@ -1,10 +1,5 @@ using cugoj_ng_server.Models; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; namespace cugoj_ng_server.Controllers { diff --git a/Controllers/NewsController.cs b/Controllers/NewsController.cs index 0b6fee8..5135547 100644 --- a/Controllers/NewsController.cs +++ b/Controllers/NewsController.cs @@ -1,14 +1,7 @@ using cugoj_ng_server.Models; -using cugoj_ng_server.Utilities; using Dapper; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Caching.Distributed; -using System; -using System.Collections.Generic; using System.Data; -using System.Linq; -using System.Threading.Tasks; namespace cugoj_ng_server.Controllers { diff --git a/Controllers/ProblemController.cs b/Controllers/ProblemController.cs index f465828..ece97a7 100644 --- a/Controllers/ProblemController.cs +++ b/Controllers/ProblemController.cs @@ -1,12 +1,6 @@ using cugoj_ng_server.Models; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Configuration; -using System; -using System.Collections.Generic; using System.Data; -using System.Linq; -using System.Threading.Tasks; namespace cugoj_ng_server.Controllers { diff --git a/Controllers/StatusController.cs b/Controllers/StatusController.cs index db25e78..266d686 100644 --- a/Controllers/StatusController.cs +++ b/Controllers/StatusController.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using Microsoft.AspNetCore.Http; -using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Configuration; +using Microsoft.AspNetCore.Mvc; namespace cugoj_ng_server.Controllers { diff --git a/Controllers/UserController.cs b/Controllers/UserController.cs index add0172..5b2fc9c 100644 --- a/Controllers/UserController.cs +++ b/Controllers/UserController.cs @@ -1,15 +1,7 @@ using cugoj_ng_server.Models; using cugoj_ng_server.Utilities; -using Dapper; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using System; -using System.Collections.Generic; using System.Data; -using System.Linq; -using System.Threading.Tasks; - -// For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 namespace cugoj_ng_server.Controllers {