示例#1
0
 public List <string> SelectMenuCheckedKeys(long roleId)
 {
     return(_mySystemDal.SelectMenuCheckedKeys(roleId).ToList());
 }