コード例 #1
0
ファイル: DataModelManage.cs プロジェクト: zszqwe/CmsCore
 public int GetTotalCount(string tableName, int categoryId)
 {
     return(_dataModelService.GetTotalCount(tableName, categoryId));
 }