using System.Threading.Tasks; namespace GxPress.Service.Interface.Attach { public interface IAttachService : IService { Task InsertAsync(Entity.tede2.Attach.Attach note); Task UpdateAsync(Entity.tede2.Attach.Attach note); } }