Esempio n. 1
0
        public User Get(uint id)
        {
            var task = _userRepository.FetchUser(id);

            return(task);
        }