public Player(IContainer ioc, Color color, Orientation orientation) { Color = color; Rack = new RackViewModel(this, ioc) { Orientation = orientation }; }
public BoardViewModel(IContainer ioc) => _ioc = ioc;