fix: wrong namespace

This commit is contained in:
2025-09-30 22:50:11 +03:00
parent fa68622ed1
commit 06cb66624c
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
using LctMonolith.Models.Database;
using LctMonolith.Models.DTO;
namespace GamificationService.Services.Interfaces;
namespace LctMonolith.Services.Interfaces;
public interface IMissionService
{

View File

@@ -1,6 +1,6 @@
using LctMonolith.Models.Database;
namespace GamificationService.Services.Interfaces;
namespace LctMonolith.Services.Interfaces;
public interface IPlayerService
{

View File

@@ -1,7 +1,7 @@
using LctMonolith.Models.Database;
using LctMonolith.Models.DTO;
namespace GamificationService.Services.Interfaces;
namespace LctMonolith.Services.Interfaces;
public interface IProgressTrackingService
{

View File

@@ -1,6 +1,6 @@
using LctMonolith.Models.Database;
namespace GamificationService.Services.Interfaces;
namespace LctMonolith.Services.Interfaces;
public interface IRankService
{