Beispiel #1
0
 public List<TopicEntities> GetTopicPageWise(int pageIndex, ref int recordCount, int length)
 {
     TopicDAL topicDAL = new TopicDAL();
     return topicDAL.GetTopicPageWise(pageIndex, ref recordCount, length);
 }