Fix interface IIDataLayerServices x metodi non riportati + Fix save TemplateRow
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using EgwCoreLib.Lux.Core.RestPayload;
|
||||
using EgwCoreLib.Lux.Data.Services;
|
||||
using EgwCoreLib.Lux.Data.Services.General;
|
||||
using EgwMultiEngineManager.Data;
|
||||
using Newtonsoft.Json;
|
||||
@@ -20,7 +19,9 @@ namespace Lux.API.Services
|
||||
/// </summary>
|
||||
/// <param name="imgService"></param>
|
||||
/// <param name="dlService"></param>
|
||||
public ExternalMessageProcessor(IImageCacheService imgService, DataLayerServices dlService, ICalcRuidService crService, IProdService prodService)
|
||||
/// <param name="crService"></param>
|
||||
/// <param name="prodService"></param>
|
||||
public ExternalMessageProcessor(IImageCacheService imgService, IDataLayerServices dlService, ICalcRuidService crService, IProdService prodService)
|
||||
{
|
||||
cacheService = imgService;
|
||||
dbService = dlService;
|
||||
@@ -303,7 +304,7 @@ namespace Lux.API.Services
|
||||
private readonly ICalcRuidService _calcRuidService;
|
||||
private readonly IProdService _prodService;
|
||||
private readonly IImageCacheService cacheService;
|
||||
private readonly DataLayerServices dbService;
|
||||
private readonly IDataLayerServices dbService;
|
||||
private string redisBaseKey = "Lux:Cache";
|
||||
|
||||
#endregion Private Fields
|
||||
|
||||
Reference in New Issue
Block a user