コード例 #1
0
 public List <Person> FindWithPageSearch(string query)
 {
     return(_personRepo.FindWithPageSearch(query));
 }