Initial Commit ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace xIdentityModels.Constants {
|
||||
/// <summary>
|
||||
/// Determines Available Genders
|
||||
/// </summary>
|
||||
public enum XGender {
|
||||
Male,
|
||||
Female
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user