Example #1
0
 public void modificar(Autoparte autoparte)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void eliminarPorAuto(Autoparte autoparte)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void agregar(Autoparte autoparte)
 {
     throw new NotImplementedException();
 }