示例#1
0
 //Deze methode haalt een server op.
 public Server GetServer(int id)
 {
     return(repo.GetServer(id));
 }