示例#1
0
 public int GetCount(string channel_name, int category_id)
 {
     return(dal.GetCount(channel_name, category_id));
 }