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