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