Beispiel #1
0
 public Cliente retornarUltimoCliente()
 {
     try
     {
         DALPessoa objDALPessoa = new DALPessoa();
         Cliente   cli          = objDALPessoa.retornarUltimoCliente();
         return(cli);
     }
     catch (Exception)
     {
         return(null);
     }
 }