Пример #1
0
 public JsonResult DeleteTestimonial(int id)
 {
     return(Json(_testimonialService.DeleteTestimonial(id)));
 }