Beispiel #1
0
        public List <UserDto> GetAllPerson()
        {
            List <UserDto> userDtosList = _userDtoManager.GetAllPerson();

            return(userDtosList);
        }