Exemple #1
0
        public List <RoleModel> getRole(int option)
        {
            try
            {
                List <RoleModel> roleList = usersdata.getRole(option);

                return(roleList);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }