コード例 #1
0
 public List <Destino> ObterTodosDestinos()
 {
     try
     {
         return(destino.GetAllDestinos());
     }
     catch (Exception exp)
     {
         List <Destino> dest = null;
         return(dest);
     }
 }