Method | Description | |
---|---|---|
RegistrationDto ( ) : System |
Initializes a new instance of the RegistrationDto class.
|
|
RegistrationDto ( string username, string password ) : System |
Initializes a new instance of the RegistrationDto class with required arguments.
|
|
SerializeJson ( JToken outputObject ) : JToken |
Serialize the object
|
public RegistrationDto ( string username, string password ) : System | ||
username | string | |
password | string | |
return | System |
public SerializeJson ( JToken outputObject ) : JToken | ||
outputObject | JToken | |
return | JToken |