Files
KonSoft.Clean/gateways/KonSoft.InternalGateway/Aggregations/Localization/ILocalizationRemoteService.cs

6 lines
270 B
C#

using KonSoft.InternalGateway.Aggregations.Base;
using Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations;
namespace KonSoft.InternalGateway.Aggregations.Localization;
public interface ILocalizationRemoteService : IAggregateRemoteService<ApplicationLocalizationDto>;