示例#1
0
 public IEnumerable <StorageAccountSetting> GetSettingsForStoargeAccount(int storageAccountId)
 {
     return(_storageAccountSettingsRepository.GetSettingsForStorageAccount(storageAccountId));
 }