Exemplo n.º 1
0
 public DashboardStructureLoader(StorageConfig config)
 {
     storagePath = config.GetStoragePath();
 }
Exemplo n.º 2
0
 public DashboardDataLoader(StorageConfig config)
 {
     storagePath = config.GetStoragePath();
 }