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