Пример #1
0
        public List <SmartDevice> GetAllSmartDevicesWhichAreDisabled(string propertyName)
        {
            List <SmartDevice> SmartDevicesList = _context.GetAllSmartDevicesWhichAreDisabled(propertyName).ToList();

            return(SmartDevicesList);
        }