CAESDO.Recruitment.CatbertManager.GetUsersInApplication C# (CSharp) Method

GetUsersInApplication() private method

private GetUsersInApplication ( ) : CatOps.CatbertUsers[]
return CatOps.CatbertUsers[]
        public static CatOps.CatbertUsers[] GetUsersInApplication()
        {
            SetSecurityContext();

            return catops.GetUsersByApplications(AppName, HASH);
        }