C# Class Assets.Scripts.Services.Communication.DTOs.Outbound.ClientRegistrationDTO

Inheritance: CommandDTO
Mostra file Open project: maximecharron/GLO-3002-Frima

Public Properties

Property Type Description
command Command

Public Methods

Method Description
ClientRegistrationDTO ( string token ) : System

Method Details

ClientRegistrationDTO() public method

public ClientRegistrationDTO ( string token ) : System
token string
return System

Property Details

command public_oe property

public Command command
return Command