Exemplo n.º 1
0
 public List <Model.article> List(int channel_id, int category_id, int pageSize, int pageIndex, string strWhere, string filedOrder, out int recordCount)
 {
     return(dal.List(channel_id, category_id, pageSize, pageIndex, strWhere, filedOrder, out recordCount));
 }