コード例 #1
0
 public AppService(AppMonitoringContext dbContext, AppMonitoringSingletonContext dbSingletonContext, ILogService logService)
 {
     _dbContext          = dbContext;
     _dbSingletonContext = dbSingletonContext;
     _logService         = logService;
 }
コード例 #2
0
 public LogService(AppMonitoringContext dbContext, AppMonitoringSingletonContext dbSingletonContext)
 {
     _dbContext          = dbContext;
     _dbSingletonContext = dbSingletonContext;
 }