Пример #1
0
        public ICollection <TypeActions> GetTypesOfSmartDevicesWithAvailableActions()
        {
            var TypesOfSmartDevicesWithActions = _context.GetTypesOfSmartDevicesWithAvailableActions();

            return(TypesOfSmartDevicesWithActions);
        }
 public void GetTypesOfSmartDevicesWithAvailableActions_DoesNotThrowException()
 {
     Assert.DoesNotThrow(() => _context.GetTypesOfSmartDevicesWithAvailableActions());
 }