예제 #1
0
 public int TotalRecordsCountByTechAreaID(int areaID)
 {
     return(repo.TotalRecordsCountByTechAreaID(areaID));
 }