ISettingAppService.cs 146 B

1234567
  1. using VberZero.AppService.Settings;
  2. namespace VberAdmin.BaseSystem.Settings;
  3. public interface ISettingAppService : ISettingAppServiceBase
  4. {
  5. }