* Added managing EdiCustomerOrderTranslations
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using SytelineSaAppEfDataModel.Dtos;
|
||||
|
||||
namespace SytelineSaAppEfDataModel.Services;
|
||||
|
||||
public interface IEdiCustomerOrderTranslateService
|
||||
{
|
||||
Task<IEnumerable<EdiCustomerOrderTranslateDto>> GetAll();
|
||||
Task Delete(int id);
|
||||
}
|
||||
Reference in New Issue
Block a user