Can I generate Service and Interface classes in a Core Web API

73 Views Asked by At

I have a Core Web API project (.net 6.0) where I have used scaffolding to generate the EF objects based on the tables in my Database. I have then used "dotnet-aspnet-codegenerator" to generate some simple controllers based on the Entity Objects.

Now, is there any way to also generate the Service Classes and interface classes? Basically, creating CRUD methods in the Service class. It seems like a very repeatable process so anything that could be generate would be helpful.

0

There are 0 best solutions below