コード例 #1
0
 protected override async Task PerformDeleteAsync(int entityId)
 {
     await _testimonialService.DeleteTestimonialAsync(entityId);
 }