Exemple #1
0
 public IActionResult Delete(int id)
 {
     _newsLetterSubscriptionService.Delete(x => x.Id == id);
     VerboseReporter.ReportSuccess("Xóa thư đăng ký thành công", "delete");
     return(RespondSuccess());
 }