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