Example #1
0
 private string ProcessReportsFileFormat(string fileFormat = "")
 {
     if (string.IsNullOrEmpty(fileFormat))
     {
         fileFormat = _settings.GetBoxReportsFileFormatSetting();
     }
     return(fileFormat.ToLower());
 }