public string Get(ConvertedSearchQuery query)
 {
     return string.Format("PageIndex: {0}, pageSize: {1}, StartsWith: {2}", query.PageIndex, query.PageSize, query.StartsWith);
 }
Ejemplo n.º 2
0
 public string Get(ConvertedSearchQuery query)
 {
     return(string.Format("PageIndex: {0}, pageSize: {1}, StartsWith: {2}", query.PageIndex, query.PageSize, query.StartsWith));
 }