Refresh (da testare)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Lux.API.Controllers
|
||||
{
|
||||
#region Public Constructors
|
||||
|
||||
public GenericController(IConfiguration config, IRedisService redisService, ImageCacheService imgServ, CalcRuidService crService)
|
||||
public GenericController(IConfiguration config, IRedisService redisService, IImageCacheService imgServ, ICalcRuidService crService)
|
||||
{
|
||||
_config = config;
|
||||
_redisService = redisService;
|
||||
@@ -146,18 +146,13 @@ namespace Lux.API.Controllers
|
||||
#region Private Fields
|
||||
|
||||
private static Logger Log = LogManager.GetCurrentClassLogger();
|
||||
private readonly CalcRuidService _calcRuidService;
|
||||
private readonly ICalcRuidService _calcRuidService;
|
||||
private readonly IImageCacheService _imgService;
|
||||
private readonly IRedisService _redisService;
|
||||
private readonly string chPub = "";
|
||||
|
||||
private IConfiguration _config;
|
||||
|
||||
#endregion Private Fields
|
||||
|
||||
#region Private Properties
|
||||
|
||||
private ImageCacheService _imgService { get; set; }
|
||||
|
||||
#endregion Private Properties
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user