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

RemoveUserFromUnit() public static method

public static RemoveUserFromUnit ( string login, int UnitID ) : bool
login string
UnitID int
return bool
        public static bool RemoveUserFromUnit(string login, int UnitID)
        {
            SetSecurityContext();

            return catops.DeleteUnit(login, UnitID, HASH);
        }