Example #1
0
 public Pessoa retornarUltimaPessoa()
 {
     try
     {
         DALPessoa objDALPessoa = new DALPessoa();
         Pessoa    func         = objDALPessoa.retornarUltimaPessoa();
         return(func);
     }
     catch (Exception)
     {
         return(null);
     }
 }