public IActionResult ActionLanhDao([FromBody] PromotionsDTO obj, string IdPromotion, string flag) => Ok(promotionsService.ActionLanhDao(new Guid(IdPromotion), obj.Comment, flag, HttpContext.User));
public IActionResult UpdateCTKM([FromBody] PromotionsDTO obj, string flag) => Ok(promotionsService.UpdatePromotion(obj, HttpContext.User, flag));
public IActionResult LuuHoacGuiDuyet([FromBody] PromotionsDTO obj, string flag) => Ok(promotionsService.LuuHoacGuiDuyet(obj, HttpContext.User, flag));