Exemple #1
0
        public Task Get(uint id)
        {
            var task = _taskRepository.FetchTask(id);

            return(task);
        }