initial commit from an older template
This commit is contained in:
7
Utils/Enums/Gender.cs
Normal file
7
Utils/Enums/Gender.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace GamificationService.Utils.Enums;
|
||||
|
||||
public enum Gender
|
||||
{
|
||||
Male,
|
||||
Female
|
||||
}
|
||||
Reference in New Issue
Block a user