Esempio n. 1
0
 public ActionResult <UserPrincipal[]> Get()
 {
     return(UserModule.GetADUsers(ContextType.Domain, "65.52.205.231").ToArray());
 }