Can a generic Blazor Component handle multiple classes with the same structure?
I have created a Blazor Component to handle editing a database record which is defined by a class.
I would like this component to be reused to edit other records – that have the same structure, but different field names.
For example, here is one of my class definitions: