コード例 #1
0
ファイル: TopicBL.cs プロジェクト: dheemandutta/myschool
 public List<TopicEntities> GetTopicPageWise(int pageIndex, ref int recordCount, int length)
 {
     TopicDAL topicDAL = new TopicDAL();
     return topicDAL.GetTopicPageWise(pageIndex, ref recordCount, length);
 }