diff --git a/LctMonolith/Services/Contracts/IMissionService.cs b/LctMonolith/Services/Contracts/IMissionService.cs index 4c4c2ec..0e09f45 100644 --- a/LctMonolith/Services/Contracts/IMissionService.cs +++ b/LctMonolith/Services/Contracts/IMissionService.cs @@ -1,7 +1,7 @@ using LctMonolith.Models.Database; using LctMonolith.Models.DTO; -namespace GamificationService.Services.Interfaces; +namespace LctMonolith.Services.Interfaces; public interface IMissionService { diff --git a/LctMonolith/Services/Contracts/IPlayerService.cs b/LctMonolith/Services/Contracts/IPlayerService.cs index 26ba5eb..708ebbe 100644 --- a/LctMonolith/Services/Contracts/IPlayerService.cs +++ b/LctMonolith/Services/Contracts/IPlayerService.cs @@ -1,6 +1,6 @@ using LctMonolith.Models.Database; -namespace GamificationService.Services.Interfaces; +namespace LctMonolith.Services.Interfaces; public interface IPlayerService { diff --git a/LctMonolith/Services/Contracts/IProgressTrackingService.cs b/LctMonolith/Services/Contracts/IProgressTrackingService.cs index 9f7418a..5f975f1 100644 --- a/LctMonolith/Services/Contracts/IProgressTrackingService.cs +++ b/LctMonolith/Services/Contracts/IProgressTrackingService.cs @@ -1,7 +1,7 @@ using LctMonolith.Models.Database; using LctMonolith.Models.DTO; -namespace GamificationService.Services.Interfaces; +namespace LctMonolith.Services.Interfaces; public interface IProgressTrackingService { diff --git a/LctMonolith/Services/Contracts/IRankService.cs b/LctMonolith/Services/Contracts/IRankService.cs index 184cb25..91e1f9c 100644 --- a/LctMonolith/Services/Contracts/IRankService.cs +++ b/LctMonolith/Services/Contracts/IRankService.cs @@ -1,6 +1,6 @@ using LctMonolith.Models.Database; -namespace GamificationService.Services.Interfaces; +namespace LctMonolith.Services.Interfaces; public interface IRankService {