Exemple #1
0
 public PrincipalSearchResult <T> PrincipalSearch()
 {
     return(LdapHelper.PrincipalSearch <T>(Context));
 }