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