Ejemplo n.º 1
0
 private void UpdatePair(CaseExposurePairViewModel updatedPair)
 {
     this.Relationship           = updatedPair.Relationship;
     this.ContactType            = updatedPair.ContactType;
     this.IsContactDateEstimated = updatedPair.IsContactDateEstimated;
     this.IsTentative            = updatedPair.IsTentative;
     this.DateLastContact        = updatedPair.DateLastContact;
 }
Ejemplo n.º 2
0
 void UpdateExecute(CaseExposurePairViewModel updatedPair)
 {
     UpdatePair(updatedPair);
 }