BL.Security.getidEmp C# (CSharp) Method

getidEmp() public method

public getidEmp ( ) : long
return long
        public long getidEmp()
        {
            try
            {
                return idEmp;
            }
            catch (Exception ex)
            {
                throw new Exception(ex.ToString() + "  --Security.cs / getidEmp()");
            }
        }