예제 #1
0
 public int GetTotalCount(string tableName, int categoryId)
 {
     return(_dataModelService.GetTotalCount(tableName, categoryId));
 }