Beispiel #1
0
 public Task <bool> DeviceWorkflowsKeyInUse(String key)
 {
     return(_deviceAdminManager.QueryDeviceWorkflowKeyInUseAsync(key, CurrentOrgId));
 }