fix: wrong namespace
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using LctMonolith.Models.Database;
|
||||
using LctMonolith.Models.DTO;
|
||||
|
||||
namespace GamificationService.Services.Interfaces;
|
||||
namespace LctMonolith.Services.Interfaces;
|
||||
|
||||
public interface IMissionService
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using LctMonolith.Models.Database;
|
||||
|
||||
namespace GamificationService.Services.Interfaces;
|
||||
namespace LctMonolith.Services.Interfaces;
|
||||
|
||||
public interface IPlayerService
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using LctMonolith.Models.Database;
|
||||
using LctMonolith.Models.DTO;
|
||||
|
||||
namespace GamificationService.Services.Interfaces;
|
||||
namespace LctMonolith.Services.Interfaces;
|
||||
|
||||
public interface IProgressTrackingService
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using LctMonolith.Models.Database;
|
||||
|
||||
namespace GamificationService.Services.Interfaces;
|
||||
namespace LctMonolith.Services.Interfaces;
|
||||
|
||||
public interface IRankService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user