* Further improvements to generate PackList
This commit is contained in:
@@ -6,4 +6,6 @@ public interface IWzRowMeyleService
|
||||
{
|
||||
Task<IEnumerable<WzRowMeyleDto>> GetAll();
|
||||
Task CreateRows(IEnumerable<WzRowMeyleDto> rows);
|
||||
Task<IEnumerable<WzRowMeyleDto>> GetByWzHeaderId(Guid wzHeaderId);
|
||||
Task UpdateRows(IEnumerable<WzRowMeyleDto> rows);
|
||||
}
|
||||
Reference in New Issue
Block a user