Example #1
0
 public IEnumerable <Veiculo> ObterVeiculosOrdPorId()
 {
     try
     {
         return(Context.ObterVeiculosOrdPorId().ToList());
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }