コード例 #1
0
 public TransactionServices(IOutlayDBContext contextDB, IOutlayManagerCache cache, ILogger <TransactionInfoService> log)
 {
     this._contextDB = contextDB;
     this._cache     = cache;
     this._log       = log;
 }