コード例 #1
0
 public ReportSettingsDto GetReportSettings()
 {
     return(_cache.GetReportSettings()
            ?? _dataReaderService.GetReportSettings());
 }