예제 #1
0
        public Task[] Get()
        {
            var tasks = _taskRepository.FetchTasks();

            return(tasks.ToArray());
        }