Exemple #1
0
        public int GetUserRoleByUserID(int UserID /*, ref string oUTPUT*/)
        {
            UserRoleDAL dAL = new UserRoleDAL();

            return(dAL.GetUserRoleByUserID(UserID /*, ref oUTPUT*/));
        }