moved service to separate project (Kontur developer said "WTF WHY ARE U STORING SERVICES IN INFRASTRUCTURE SLAVA D")

This commit is contained in:
Вячеслав 2025-04-18 14:12:00 +05:00
parent 147fb683f7
commit 41ff1555f8
11 changed files with 33 additions and 9 deletions

View file

@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Mvc;
using SurveyBackend.DTOs;
using SurveyBackend.Infrastructure.Services;
using SurveyBackend.Mappers.UserDTOs;
using SurveyBackend.Services.Services;
namespace SurveyBackend.Controllers;