예제 #1
0
        public IEnumerable <User> GetAll()
        {
            var users = _dataManager.GetAll();

            return(users);
        }