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