Example #1
0
 public IList <FunctionDomain> GetRoleFunctionList(int roleId)
 {
     return(EntityDao.GetRoleFunctionList(roleId));
 }