Méthode | Description | |
---|---|---|
UsuarioDB ( string nombre, string apellidos, string email, System.DateTime fechaRegistro ) : System | ||
generarSerialKeyValida ( ) : string |
Genera un serial valido para el usuario, basado en su información El formato del serial resultante será : XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX Solo hay un serial válido para los mismos datos de usuario.
|
public UsuarioDB ( string nombre, string apellidos, string email, System.DateTime fechaRegistro ) : System | ||
nombre | string | |
apellidos | string | |
string | ||
fechaRegistro | System.DateTime | |
Résultat | System |