Пример #1
0
 public MapCommandAll(MapModel model)
 {
     _old = model.ListAllWithPosition()
              .ToArray();
 }