コード例 #1
0
 public async Task <IEnumerable <CommentDTO> > GetByServiceId(string serviceId, int pageIndex, int pageSize = 20)
 {
     return(await _commentAppService.GetByServiceId(serviceId, pageIndex, pageSize));
 }