public StorageModel() { Warnings = new List <StorageWarningModel>(); Requests = new List <StorageRequestModel>(); Statistics = new StorageStatisticsModel(); }
public StorageModel() { Warnings = new List<StorageWarningModel>(); Requests = new List<StorageRequestModel>(); Statistics = new StorageStatisticsModel(); }