Ejemplo n.º 1
0
 public bool CheckRonde(int ronde, int reserveringID)
 {
     return(Context.CheckRonde(ronde, reserveringID));
 }