Example #1
0
 public InsertCommand(MukSoft.Core.Domain.Contact contact)
 {
     _contact = contact;
 }
 public UpdateCommand(Guid contactId, MukSoft.Core.Domain.Contact model)
 {
     id           = contactId;
     contactModel = model;
 }