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