Exemple #1
0
 public bool BancoExiste(int ID)
 {
     return(Banco.BancoExiste(ID));
 }