Esempio n. 1
0
 public int pegarIDCidade(string cidade)
 {
     try
     {
         DALPessoa DALObj = new DALPessoa();
         return(DALObj.pegarIDCidade(cidade));
     }
     catch (Exception)
     {
         return(0);
     }
 }