I'm trying out sharp-architecture (and ASP.NET MVC) for a new project after being on the fringes of that community for a while and I'm a little confused. Following the standard entity template generation I created a class Message and I can list, create, edit and delete them.
I'm looking at the Edit(Message) action and just can't for the life of me figure out how it gets an input type of Message. You click on btnSave which submits the form to Messages/Edit?id=1 and then what happens? Is this a convention defined somewhere? If so where?