using System; using Volo.Abp.Application.Services; namespace Win_in.Sfs.Shared.Application.Contracts; public interface ISfsReadOnlyAppService : IReadOnlyAppService , ISfsCustomRequestAppService { }