using System.Threading.Tasks; namespace Win_in.Sfs.Shared.Application.Contracts; public interface ISfsUpsertAppService { Task UpsertAsync(TCreateInput input); }