Exemplo n.º 1
0
 public List <ContactInformation> ListContactInformation(int?contactInfoId)
 {
     return(ApartmentMethods.ListContactInformation(contactInfoId));
 }