예제 #1
0
 public async Task <ActionResult <bool> > Delete(int id)
 {
     return(await _customerReviewService.DeleteAsync(id));
 }