public PointSystem(ITotal InitialPoints) { this.InitialPoints=InitialPoints; }
public void Increment(ITotal with) { return null; }
public FrenchLeague1PointSystem(FrenchLeague1PointSystem theInstance,ITotal initialPoints,PointSystem Instance) { this.theInstance = theInstance; this.Instance = Instance; }