Beispiel #1
0
        public bool GetRights(int nEmployeeID, string strFunctionID)
        {
            mRights.nEmployeeID     = nEmployeeID;
            mRights.strFunctionName = strFunctionID;

            return(mRights.GetRights());
        }