예제 #1
0
 //Deze methode haalt een Oracle Virtueel Machine op.
 public OracleVirtualMachine GetOVM(int id)
 {
     return(repo.GetMachine(id));
 }