예제 #1
0
 public ActionResult BlockEmployer(EmployerDTO employerDTO)
 {
     _employerService.Block(employerDTO);
     return(Ok(new { success = true, message = "Thao tác thành công" }));
 }