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

            return(SmartDevicesList);
        }