예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LdapService"/> class with the required dependency.
 /// </summary>
 /// <param name="ldapQuery">Utility for querying the LDAP directory.</param>
 public LdapService(ILdapQuery ldapQuery)
 {
     this.ldapQuery = ldapQuery;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LdapService"/> class with the required dependency.
 /// </summary>
 /// <param name="ldapQuery">Utility for querying the LDAP directory.</param>
 public LdapService(ILdapQuery ldapQuery)
 {
     this.ldapQuery = ldapQuery;
 }