Example #1
0
 public int getCount(long?id_tt, long?id_gv, string search)
 {
     return(topicDAL.getCount(id_tt, id_gv, search));
 }