chore: deleted all the stuff we don't need here
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
namespace GamificationService.Utils.Enums;
|
||||
|
||||
public enum Gender
|
||||
{
|
||||
Male,
|
||||
Female
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
namespace GamificationService.Utils.Enums
|
||||
{
|
||||
public enum InstructionTestScoreCalcMethod
|
||||
{
|
||||
AverageGrade,
|
||||
MaxGrade
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
namespace GamificationService.Utils;
|
||||
|
||||
public enum NotificationInformationType
|
||||
{
|
||||
AUTH,
|
||||
INFO,
|
||||
WARNING,
|
||||
ERROR
|
||||
}
|
||||
Reference in New Issue
Block a user