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