xwt
2025-06-27 606a3154577eb6054e5881b5f73998e8942cefd5
1
2
3
4
5
6
7
8
using Microsoft.AspNetCore.Mvc;
 
namespace MESApplication.Controllers.DeliveryNote;
 
public class MesDeliveryNoteDetailController : ControllerBase
{
 
}