PBL 1-15 审核修改
This commit is contained in:
@@ -79,6 +79,8 @@ namespace DOAN.Admin.WebApi.Controllers.PBL
|
||||
public IActionResult UpdateStoragelocation([FromBody] StoragelocationDto parm)
|
||||
{
|
||||
var modal = parm.Adapt<Storagelocation>().ToUpdate(HttpContext);
|
||||
|
||||
|
||||
var response = _StoragelocationService.UpdateStoragelocation(modal);
|
||||
|
||||
return ToResponse(response);
|
||||
|
||||
Reference in New Issue
Block a user