示例#1
0
 protected override async Task PerformUpdateAsync(Testimonial entity)
 {
     await _testimonialService.UpdateTestimonialAsync(entity);
 }