* Further improvements for Marelli PackingList

This commit is contained in:
2025-09-11 21:08:31 +02:00
parent 50a25ff996
commit 01350f0146
10 changed files with 420 additions and 39 deletions

View File

@@ -6,7 +6,7 @@ namespace FaKrosnoApi.Controllers;
[ApiController]
[Route("api/[controller]")]
public class WzRowMareliController(IWzRowMareliService service, IMaterialTransactionService materialTransactionService) : Controller
public class WzRowMarelliController(IWzRowMareliService service, IMaterialTransactionService materialTransactionService) : Controller
{
[HttpGet]
public async Task<ActionResult<IEnumerable<WzRowMarelliDto>>> GetAll()