When Convert Enumerable to AsQueryable I get error
When i get data from data base and i use AsQueryable to use it in CreateAsync method from PagingList i received internal server error
To Reproduce
Steps to reproduce the behavior:
Call data from data base
Use AsQueryable
Send it to CreateAsync method
See error
Expected behavior
I call data with unit of work pattern after get data convert to Queryable
When Convert Enumerable to AsQueryable I get error When i get data from data base and i use AsQueryable to use it in CreateAsync method from PagingList i received internal server error
To Reproduce Steps to reproduce the behavior:
Expected behavior I call data with
unit of work
pattern after get data convert to QueryableScreenshots