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