示例#1
0
 public List <User> GetUserById(int id) => _userFinder.FindUserById(id);