Currently I am reading some documentations on creating web API using the Database first approach. I noticed that most of the tutorials migrate their table on their application. How do I make an web apiAPI that only expose or has one route to expose the table in a specific database using Entity Framework that no need data migration?