remove gender POCO
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
namespace zero.Utils;
|
||||
|
||||
public enum Gender
|
||||
{
|
||||
Undisclosed = 0,
|
||||
Female = 1,
|
||||
Male = 2,
|
||||
NonBinary = 3
|
||||
}
|
||||
Reference in New Issue
Block a user