コード例 #1
0
 public TransactionsController(IDistributedCache cache, IResultsModel results)
 {
     Cache   = cache;
     Results = results;
 }
コード例 #2
0
 public SummaryController(IDistributedCache cache, IResultsModel results)
 {
     Cache   = cache;
     Results = results;
 }