Ejemplo n.º 1
0
 public IActionResult Delete(Guid id)
 {
     return(Ok(promotionsService.Delete(HttpContext.User, id)));
 }