Exemplo n.º 1
0
        public List <TagDto> Get()
        {
            List <TagDto> result = tagTasks.GetAll();

            return(result);
        }