示例#1
0
 public async Task <ResultList <FullUserModel> > List(FilterModel model)
 => await _userBiz.List(model);