예제 #1
0
 public bool ControleerDemand(int klantnr)
 {
     return(_persistence.ControleerWinkelMand(klantnr));
 }