コード例 #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();
 }