Ejemplo n.º 1
0
        public async Task <IEnumerable <UserInfo> > GetAll()
        {
            var users = await _dataRepository.GetAllUsers();

            return(users.WithoutPasswords());
        }