Beispiel #1
0
 public StorageModel()
 {
     Warnings   = new List <StorageWarningModel>();
     Requests   = new List <StorageRequestModel>();
     Statistics = new StorageStatisticsModel();
 }
Beispiel #2
0
 public StorageModel()
 {
     Warnings = new List<StorageWarningModel>();
     Requests = new List<StorageRequestModel>();
     Statistics = new StorageStatisticsModel();
 }