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