* Further improvements to generate Packing List
This commit is contained in:
9
SytelineSaAppEfDataModel/Services/IWzRowMeyleService.cs
Normal file
9
SytelineSaAppEfDataModel/Services/IWzRowMeyleService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using SytelineSaAppEfDataModel.Dtos;
|
||||
|
||||
namespace SytelineSaAppEfDataModel.Services;
|
||||
|
||||
public interface IWzRowMeyleService
|
||||
{
|
||||
Task<IEnumerable<WzRowMeyleDto>> GetAll();
|
||||
Task CreateRows(IEnumerable<WzRowMeyleDto> rows);
|
||||
}
|
||||
Reference in New Issue
Block a user