コード例 #1
0
 public HttpResponse GetHistoricalOutput(Assessment assessment, SortedDictionary <string, string> options)
 {
     try
     {
         return(_falkonryService.GetHistoricalOutput(assessment, options));
     }
     catch (Exception)
     {
         throw;
     }
 }