SPEC:
- aggiunta pagina operatori - completato fix
This commit is contained in:
@@ -9,6 +9,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using ZiggyCreatures.Caching.Fusion;
|
||||
|
||||
namespace MP.Data.Services.Utils
|
||||
{
|
||||
@@ -19,7 +20,9 @@ namespace MP.Data.Services.Utils
|
||||
public StatsCodeService(
|
||||
IConfiguration config,
|
||||
IConnectionMultiplexer redis,
|
||||
IStatsCodeRepository repo) : base(config, redis)
|
||||
IFusionCache cache,
|
||||
IStatsCodeRepository repo
|
||||
) : base(config, cache, redis)
|
||||
{
|
||||
_className = "StatsStatusCode";
|
||||
_repo = repo;
|
||||
|
||||
Reference in New Issue
Block a user