You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer of a web application, I would like to expose an existing entity context as an API so that I do not have to write typical boiler code and can spin up a new API even faster.
As a developer of a web application, I would like to expose an existing entity context as an API so that I do not have to write typical boiler code and can spin up a new API even faster.
Example
Acceptance criteria
DbContext
instances can either be created using a parameterless constructor or via a factory methodMethodCollection
capabilities for the sake of simplicityThe text was updated successfully, but these errors were encountered: