chore: deleted all the stuff we don't need here

This commit is contained in:
2025-09-20 23:08:08 +03:00
parent 8ea18f1096
commit 44881818a2
67 changed files with 1 additions and 3139 deletions

View File

@@ -1,7 +0,0 @@
namespace GamificationService.Utils.Enums;
public enum Gender
{
Male,
Female
}

View File

@@ -1,8 +0,0 @@
namespace GamificationService.Utils.Enums
{
public enum InstructionTestScoreCalcMethod
{
AverageGrade,
MaxGrade
}
}

View File

@@ -1,9 +0,0 @@
namespace GamificationService.Utils;
public enum NotificationInformationType
{
AUTH,
INFO,
WARNING,
ERROR
}