コード例 #1
0
 public IEnumerable <UserItem> GetAll([FromQuery] string Search)
 {
     return(UserItems.GetAll(Search));
 }