Ejemplo n.º 1
0
 public bool UpdateContactInformation(ContactInformation contactInformation)
 {
     return(_ContactInformationRepository.UpdateContactInformation(contactInformation));
 }