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