using System.Threading.Tasks; namespace Win_in.Sfs.Shared.Application.Contracts; public interface ISfsCreateAppService : ISfsReadOnlyAppService { Task CreateAsync(TCreateInput input); }