Exemple #1
0
 public T_Database GetDatabase(int id)
 {
     return(databaseData.Single(id));
 }