コード例 #1
0
 public IActionResult GetFeedBackList(UserFeedBackList.Criteria criteria)
 => criteria.PageOf(x => _userFeedBackRepo.GetFeedBackList(x));