Initial Commit ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace xIdentityModels.Constants {
|
||||
public enum XUserSelectBy {
|
||||
NotSpecified,
|
||||
ID,
|
||||
Username,
|
||||
Email,
|
||||
MobileNumber
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user