public ClientInfoDTO(DeviceDTO device, RoleDTO role, TokenDTO token) { this._device = device; this._role = role; this._token = token; }
public ClientInfoDTO() { this._device = null; this._role = null; this._token = null; }