Example #1
0
 public async Task <ActionResult <List <CustomerReviewDTO> > > Get()
 {
     return(await _customerReviewService.GetAllAsync());
 }