/// <summary> /// Lấy ra tổng số bản ghi /// Created by CMChau 10/5/2021 /// </summary> /// <returns>Tổng số bản ghi</returns> public int GetCountByTableName() { var countNumber = _baseDL.GetCountByTableName <MISAEntity>(); return(countNumber); }