public BankIdSupportedDevice(BankIdSupportedDeviceType deviceType, BankIdSupportedDeviceOs deviceOs, BankIdSupportedDeviceBrowser deviceBrowser, BankIdSupportedDeviceOsVersion deviceOsVersion)
 {
     DeviceType      = deviceType;
     DeviceOs        = deviceOs;
     DeviceBrowser   = deviceBrowser;
     DeviceOsVersion = deviceOsVersion;
 }
Esempio n. 2
0
 public BankIdSupportedDevice(BankIdSupportedDeviceType deviceType, BankIdSupportedDeviceOs deviceOs, BankIdSupportedDeviceBrowser deviceBrowser)
 {
     DeviceType    = deviceType;
     DeviceOs      = deviceOs;
     DeviceBrowser = deviceBrowser;
 }