From 52f7c6a95fed7ed8fba823a3d38df2076fb80b7f Mon Sep 17 00:00:00 2001 From: Martin Kierkegaard Date: Mon, 5 Feb 2018 09:25:59 +0100 Subject: [PATCH] =?UTF-8?q?=C3=A6ndret=20rabat=20til=20at=20v=C3=A6re=2010?= =?UTF-8?q?=20i=20default=20ctor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kaffe/Kaffe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaffe/Kaffe.cs b/kaffe/Kaffe.cs index 4580b4e..c7d00f9 100644 --- a/kaffe/Kaffe.cs +++ b/kaffe/Kaffe.cs @@ -40,7 +40,7 @@ public virtual string Styrke() /// public Kaffe() { - //this.Rabat = 0; + this.Rabat = 10; } public Kaffe(int rabat)