Example #1
0
 public IActionResult GetPromotion(string IdPromotion)
 => Ok(promotionsService.GetPromotion(HttpContext.User, new Guid(IdPromotion)));