Beispiel #1
0
 public CitiesObjectStorage(string type, IStorageStructure <V, T> structure)
 {
     _type    = type;
     _storage = structure;
 }
 public StorageStructureController(IStorageStructure structure)
 {
     _structure = structure;
 }