@@ -16,6 +16,7 @@ namespace DeviceCenter
public int _userId { get; set; }
public AcsDevice()
{
+ _userId = -1;
type = DeviceType.ACS;
}