Ejemplo n.º 1
0
 public async Task <IEnumerable <CommentDTO> > GetByServicerId(string servicerId, int pageIndex, int pageSize = 20)
 {
     return(await _commentAppService.GetByServicerId(servicerId, pageIndex, pageSize));
 }