public AppService(AppMonitoringContext dbContext, AppMonitoringSingletonContext dbSingletonContext, ILogService logService) { _dbContext = dbContext; _dbSingletonContext = dbSingletonContext; _logService = logService; }
public LogService(AppMonitoringContext dbContext, AppMonitoringSingletonContext dbSingletonContext) { _dbContext = dbContext; _dbSingletonContext = dbSingletonContext; }