Esempio n. 1
0
        public async Task <IEnumerable <UserDto> > GetAllAsync()
        {
            IEnumerable <UserDto> users = await _userBl.GetAllAsync();

            return(users);
        }