Esempio n. 1
0
 public IHttpActionResult EditPartyRole(EditPartyRole partyRole)
 {
     _messageDispatcher.SendCommand(partyRole);
     return(Ok());
 }
Esempio n. 2
0
        public IEnumerable Handle(EditPartyRole c)
        {
            var item = Mapper.DynamicMap <PartyRoleEdited>(c);

            yield return(item);
        }