refactor: Удалил неиспользуемые пространства имен из контроллеров и сервисов
This commit is contained in:
@@ -3,7 +3,6 @@ using System.Text.Json;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.RateLimiting;
|
||||
using ModeusSchedule.Abstractions;
|
||||
using ModeusSchedule.Abstractions.DTO;
|
||||
using ModeusSchedule.Abstractions.DTO.Requests;
|
||||
using SfeduSchedule.Services;
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ using System.Text;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.RateLimiting;
|
||||
using ModeusSchedule.Abstractions.DTO;
|
||||
using ModeusSchedule.Abstractions.DTO.Requests;
|
||||
using SfeduSchedule.DTO.Responses;
|
||||
using SfeduSchedule.Services;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
using ModeusSchedule.Abstractions;
|
||||
using Quartz;
|
||||
using SfeduSchedule.Services;
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ using Microsoft.AspNetCore.HttpOverrides;
|
||||
using Microsoft.AspNetCore.Mvc.ApplicationParts;
|
||||
using Microsoft.Identity.Web;
|
||||
using Microsoft.OpenApi.Models;
|
||||
using ModeusSchedule.Abstractions;
|
||||
using Prometheus;
|
||||
using Quartz;
|
||||
using Quartz.Listener;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using Quartz;
|
||||
using SfeduSchedule.Jobs;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace SfeduSchedule.Services;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System.Diagnostics;
|
||||
using System.Text.Json;
|
||||
using System.Net.Http.Json;
|
||||
using Microsoft.Net.Http.Headers;
|
||||
using ModeusSchedule.Abstractions;
|
||||
using ModeusSchedule.Abstractions.DTO;
|
||||
|
||||
@@ -8,7 +8,6 @@ using ModeusSchedule.Abstractions;
|
||||
using ModeusSchedule.Abstractions.DTO;
|
||||
using ModeusSchedule.Abstractions.DTO.Requests;
|
||||
using SfeduSchedule.DTO.Requests;
|
||||
using SfeduSchedule.DTO.Responses;
|
||||
using SfeduSchedule.Logging;
|
||||
|
||||
namespace SfeduSchedule.Services;
|
||||
|
||||
Reference in New Issue
Block a user