Store in GIT
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pannenkoekenhuis.Command
|
||||
{
|
||||
class Keuken
|
||||
{
|
||||
public Keuken()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void bakPannenkoek()
|
||||
{
|
||||
//Hier zou je gebruik kunnen maken van een Pannenkoekfactory om de pannenkoek te maken.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user