Exemplo n.º 1
0
 public void SetAccessibleComputer(string userName, IEnumerable <string> workstations)
 {
     ADHelper.SetAccessibleComputer(userName, workstations);
 }
Exemplo n.º 2
0
 public IList <string> GetAccessibleComputers(string userName)
 {
     return(ADHelper.GetAccessibleComputers(userName));
 }
Exemplo n.º 3
0
 public bool IsLoginExists(string userName)
 {
     return(ADHelper.IsLoginExists(userName));
 }
Exemplo n.º 4
0
 public bool[,] GetLogonHours(string userName)
 {
     return(ADHelper.GetLogonHours(userName));
 }
Exemplo n.º 5
0
 public IList <string> GetDomainComputers()
 {
     return(ADHelper.GetDomainComputers());
 }