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