예제 #1
0
 public int GetCount(int classid)
 {
     return(Convert.ToInt32(NewsDAL.GetCountByClassId(classid)));
 }