* Added new Entities and Dtos
* Mapping new classes * Added new services and Controllers in API
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace SytelineSaAppEfDataModel.Services;
|
||||
|
||||
public interface IEdiCustomerOrderImportService
|
||||
{
|
||||
Task<DateTime> GetLastUpdateDate();
|
||||
}
|
||||
Reference in New Issue
Block a user