TheFuentes5551
New member
- Joined
- Dec 22, 2021
- Messages
- 1
- Programming Experience
- Beginner
So I have a normal Console Application(.NET Frameworks) C# and now I am in a need of Controller classes. I don't have an option to add a Controller class so I tried to make a normal class that can inherit the main Controller. But I dont see any parrents controller class to inherit from.
My only alternative is to do a new program(Web Api) but my question is can I make controller classes in Console Application...
Thank you
My only alternative is to do a new program(Web Api) but my question is can I make controller classes in Console Application...
Thank you