Posts by eusouofernando • 133 points
1 post
-
13
votes3
answers6240
viewsQ: What would be the best way to make a CRUD for a framework in the most generic way possible?
I’m studying to make a CRUD for a framework but I’m trying some problems to be able to do it in the most generic way possible. For example: have a class Pessoa() I want to do CRUD by passing only…