public DualRearCamera(Lens wideLens, Lens telephotoLens) { this.WideLens = wideLens; this.TelephotoLens = telephotoLens; }
public SingleRearCamera(Lens wideLens) { this.WideLens = wideLens; }