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