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