public DashboardStructureLoader(StorageConfig config)
 {
     storagePath = config.GetStoragePath();
 }
Beispiel #2
0
 public DashboardDataLoader(StorageConfig config)
 {
     storagePath = config.GetStoragePath();
 }