コード例 #1
0
 protected override async Task <Testimonial> PerformAddAsync(Testimonial entity)
 {
     return(await _testimonialService.AddTestimonialAsync(entity));
 }