コード例 #1
0
 public int CountByGroupNumber(int GrupNo)
 {
     return(_userDal.CountByGroupNumber(GrupNo));
 }