コード例 #1
0
 public bool VerificarCelular(string id)
 {
     return(ManajedorSQL.VerificadorDeExistentesCelulares(id));
 }