using SytelineSaAppEfDataModel.Dtos; namespace SytelineSaAppEfDataModel.Services; public interface IEdiCustomerOrderTranslateService { Task> GetAll(); Task Delete(int id); }