Ejemplo n.º 1
0
 public ContactInformation GetContactInformation(int id)
 {
     return(_ContactInformationRepository.GetContactInformation(id));
 }