/// <inheritdoc /> public Proxy(Girl girl) { boy = new Pursuit(girl); }
public Proxy(Girl mm) { gg = new Pursuit(mm); }