I have two projects of Web API and Windows Forms App under one solution.
The names are:
- Solution - CliendAddress
- Web API - ClientAddress
- WFA - ClientAddressWFA
In the ClientAddress project there is a class called ServiceResponse. How can I use this ServiceResponse class in my project ClientAddressWFA?
From my ClientAddressWFA, I've already added the reference to ClientAddress