예제 #1
0
파일: VeiculoBLL.cs 프로젝트: rm330275/SAEI
 public bool Put(int id, Veiculo obj)
 {
     try
     {
         return(dados.Put(id, obj));
     }
     catch (Exception)
     {
         throw;
     }
 }