Exemplo n.º 1
0
 public static bool IsFullTextApplied(string searchTerm)
 {
     return(FullTextSearchInterceptor.IsFullTextApplied(searchTerm));
 }