예제 #1
0
 public LDAPUtility(IOptions <LDAPOptions> ladpOptinos)
 {
     _ladpOptinos = ladpOptinos.Value;
 }
예제 #2
0
 public LDAPService(IOptions <LDAPOptions> ladpOptinos)
 {
     _ladpOptinos = ladpOptinos.Value;
 }