예제 #1
0
 public bool AnybodyGotThisUserType(int roleId)
 {
     return(_roleDao.AnybodyGotThisUserType(roleId));
 }