using KonSoft.InternalGateway.Aggregations.Base; using Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations; using Volo.Abp.DependencyInjection; using Volo.Abp.Json; namespace KonSoft.InternalGateway.Aggregations.ApplicationConfiguration; public class AppConfigurationRemoteService( IHttpContextAccessor httpContextAccessor, IJsonSerializer jsonSerializer, ILogger> logger) : AggregateRemoteServiceBase(httpContextAccessor, jsonSerializer, logger), IAppConfigurationRemoteService, ITransientDependency;