This extension simplifies the process of creating a request / response pair of Service Stack message classes. To use the extension all you have to do is the following.
1) In an open Project, right click in the Solution Explorer menu and click the following context menu item
2) Enter in the name of your request message (E.G. CreateCustomer)
3) Click "OK" or hit the Enter button and you will now have the the two following classes added to your project
|