Method | Description | |
---|---|---|
Add ( this |
||
CheckUniqueness ( this |
||
GetByUserNameOrEmail ( this |
public static Add ( this |
||
users | this |
|
userName | string | |
string | ||
password | string | |
displayName | string | |
return |
public static CheckUniqueness ( this |
||
users | this |
|
userName | string | |
string | ||
isUserNameUnique | bool | |
isEmailUnique | bool | |
return | void |
public static GetByUserNameOrEmail ( this |
||
users | this |
|
userNameOrEmail | string | |
password | string | |
return |