Exemple #1
0
        public IEnumerable <User> GetAllUsers()

        {
            Console.WriteLine();
            return(_repository.GetAllUsers());
        }