Пример #1
0
        public IEnumerable <GetThingDTO> Get()
        {
            List <GetThingDTO> thingDTOs = _thingService.GetAllThing();

            return(thingDTOs);
        }