So say I've got a Data Access layer all built out and I don't care to hide the underlying core models from the API.
Is there a library or package that would allow me to tag specific data access classes and generate a WebAPI endpoint for each method based on a template? Or alternatively generate an entire API Controller?