Ejemplo n.º 1
0
 public bool Put(int id, Veiculo obj)
 {
     try
     {
         return(dados.Put(id, obj));
     }
     catch (Exception)
     {
         throw;
     }
 }