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