ardalis / CleanArchitecture

Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
MIT License
15.24k stars 2.67k forks source link

Update ListContributorsQueryService.cs #678

Closed yogyogi closed 4 months ago

yogyogi commented 5 months ago

Runtime error due to 'PhoneNumber' missing in ContributorDTO. So this line will remove the runtime error. I have tested and it now works fine with this change.