Exemple #1
0
 public void DeleteAdministradoraTelefone(Guid id)
 {
     _administradoraTelefoneRepository.Delete(id);
 }