Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CSV] Why we are not using IEnumerable<T> instead of IList<T>/List<T> to controller method parameter? #214

Open
arivera12 opened this issue Jun 21, 2021 · 0 comments

Comments

@arivera12
Copy link

arivera12 commented Jun 21, 2021

If we target IEnumerable<T> then we can convert to any collection instead of only List<T> type

@arivera12 arivera12 changed the title Why we are not using IEnumerable<T> instead of IList<T>/List<T> to controller method parameter? [CSV] Why we are not using IEnumerable<T> instead of IList<T>/List<T> to controller method parameter? Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant