示例#1
0
 public int GetUserCount(int GroupId)
 {
     return dal.GetUserCount(GroupId);
 }