Ejemplo n.º 1
0
 public IActionResult GuiDuyet(string promotionId)
 => Ok(promotionsService.GuiDuyet(new Guid(promotionId), HttpContext.User));