예제 #1
0
 /// <summary>
 /// 获得前几条数据
 /// </summary>
 /// <param name="count"></param>
 /// <param name="strWhere"></param>
 /// <param name="orderBy"></param>
 /// <returns></returns>
 public List <PhotoInfo> GetTopList(int count, string strWhere, string orderBy)
 {
     return(_photo.GetTopList(count, strWhere, orderBy));
 }