Files
KonSoft.Clean/gateways/KonSoft.InternalGateway/Aggregations/ApplicationConfiguration/IAppConfigurationRemoteService.cs

6 lines
287 B
C#

using KonSoft.InternalGateway.Aggregations.Base;
using Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations;
namespace KonSoft.InternalGateway.Aggregations.ApplicationConfiguration;
public interface IAppConfigurationRemoteService : IAggregateRemoteService<ApplicationConfigurationDto>;