Exemplo n.º 1
0
 public bool Delete(object IdVehiculoPMP)
 {
     return(AutVehiculoPmp.Delete(IdVehiculoPMP) == 1);
 }