I want to get data from database table that was created with FirstDatabase Method, but my others tables were created with FirstCode Method
I’m working on a Blazor WASM app and I’m using Microsoft Server Sql Management, and I dont know what to do, should I create the Entity class of the table or any repository?