public BeneficiariController(ICachedBeneficiarioService service) { this.service = service; }
public MemoryCacheBeneficiarioService(MyScadenzaDbContext dbContext, IBeneficiariService beneficiarioService, IMemoryCache memoryCache) { this.dbContext = dbContext; this.beneficiarioService = beneficiarioService; this.memoryCache = memoryCache; }