using Microsoft.AspNetCore.Mvc; namespace MESApplication.Controllers.DeliveryNote; public class MesDeliveryNoteDetailController : ControllerBase { }