* Extended of Dtos
* Added new Services and Controllers
This commit is contained in:
8
SytelineSaAppEfDataModel/Services/IEdiLogService.cs
Normal file
8
SytelineSaAppEfDataModel/Services/IEdiLogService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using SytelineSaAppEfDataModel.Dtos;
|
||||
|
||||
namespace SytelineSaAppEfDataModel.Services;
|
||||
|
||||
public interface IEdiLogService
|
||||
{
|
||||
Task<bool> AddEdiLog(EdiLogDto ediLog);
|
||||
}
|
||||
Reference in New Issue
Block a user